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.
License | Apache 2.0 |
---|---|
Tags | githubosgibundle |
HomePage | https://github.com/kostaskougios/cloning/ |
Date | Jan 18, 2025 |
Files | pom (4 KB) bundle (57 KB) View All |
Repositories | Central |
Ranking | #28644 in MvnRepository (See Top Artifacts) |
Used By | 15 artifacts |
Compile Dependencies (1)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
Reflection Apache 2.0 | org.objenesis » objenesis | 3.2 | 3.4 |
Test Dependencies (1)
Licenses
License | URL |
---|---|
Apache License, Version 2.0 | http://www.apache.org/licenses/LICENSE-2.0 |