c

cloning

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.
https://code.google.com/p/cloning/
Apache License, Version 2.0
Aggregated version Version Update time
1.9 1.9.12 Feb 09, 2019
1.9.11 Jan 08, 2019
1.9.10 Apr 11, 2018
1.9.9 Dec 11, 2017
1.9.8 Nov 29, 2017
1.9.7 Nov 27, 2017
1.9.6 Sep 21, 2017
1.9.5 Jul 02, 2017
1.9.4 Jun 12, 2017
1.9.3 Sep 19, 2016
1.9.2 May 04, 2015
1.9.1 Oct 16, 2014
1.9.0 Oct 04, 2012
1.8 1.8.5 Sep 24, 2012
1.8.4 Sep 24, 2012
1.8.2 Jul 19, 2012
1.8.1 May 10, 2012
1.8.0 May 06, 2012
1.7 1.7.9 Jan 18, 2012
1.7.4 Nov 03, 2010
20 Records