The cloning library is a small, open source (Apache
licensed) Java library which deep-clones objects. The
objects do not have to implement the Cloneable
interface. Effectively, this library can clone ANY
Java object. It can be used i.e. in cache
implementations, if you don't want the cached object
to be modified or whenever you want to create a deep
copy of an object.
Artifacts using Cloning (17)
4.Common5 usages
org.somda.sdc » common MIT
SDCri is a set of Java libraries that implements a network communication framework conforming with the IEEE 11073 SDC specifications. This project implements common functionality used for SDCri.
Last Release on May 27, 2026
7.PMSite3 usages
com.machinezoo.pmsite » pmsite Apache
Simplistic application framework built on top of PushMode HTML streaming library.
Last Release on Nov 14, 2023
The OpenAPI Maven Plugin analyzes Java REST controller classes and generates OpenAPI 3.x documentation.
It is designed to integrate seamlessly into the Maven build lifecycle, making API documentation generation
automated, fast, and ...
Last Release on Jun 22, 2026