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.

LicenseApache 2.0
Tagsgithubosgibundle
HomePage https://github.com/kostaskougios/cloning/
DateJan 18, 2025
Filespom (4 KB)  bundle (57 KB)  View All
RepositoriesCentral
Ranking#28644 in MvnRepository (See Top Artifacts)
Used By15 artifacts


Compile Dependencies (1)

Category/License Group / ArtifactVersionUpdates
Reflection
Apache 2.0
org.objenesis » objenesis 3.23.4

Test Dependencies (1)

Category/License Group / ArtifactVersionUpdates
Testing
EPL 2.0
junit » junit 4.13.15.11.4

Licenses

LicenseURL
Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0