Skip to content

design.aem.cloning 1.11.1 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>design.aem</groupId>
  <artifactId>cloning</artifactId>
  <version>1.11.1</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

            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.