MVN

uk.com.robust-it : cloning

Maven & Gradle

Feb 09, 2019
138 usages

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.

<dependency>
    <groupId>uk.com.robust-it</groupId>
    <artifactId>cloning</artifactId>
    <version>1.9.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.com.robust-it : cloning to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.12

All Versions

Choose a version of uk.com.robust-it : cloning to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
cloning-1.9.12
cloning-1.9.11
cloning-1.9.10
cloning-1.9.9
cloning-1.9.8
cloning-1.9.7
cloning-1.9.6
cloning-1.9.5
cloning-1.9.4
cloning-1.9.3
cloning-1.9.2
cloning-1.9.1
cloning-1.9.0
1.8.x
cloning-1.8.5
cloning-1.8.4
cloning-1.8.2
cloning-1.8.1
cloning-1.8.0
1.7.x
cloning-1.7.9
cloning-1.7.4

How to add a dependency to Maven

Add the following uk.com.robust-it : cloning maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.com.robust-it</groupId>
    <artifactId>cloning</artifactId>
    <version>1.9.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.com.robust-it : cloning gradle dependency to your build.gradle file:

implementation 'uk.com.robust-it:cloning:1.9.12'

Gradle Kotlin DSL: Add the following uk.com.robust-it : cloning gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.com.robust-it:cloning:1.9.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.com.robust-it : cloning sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.com.robust-it" % "cloning" % "1.9.12"

Advertisement

Dependencies from Group

Feb 09, 2019
138 usages

Discover Dependencies

May 05, 2015
0 stars
May 07, 2015
Jun 04, 2017
1 usages
Jun 15, 2023
2 usages
1 stars
Mar 15, 2023
6 usages
0 stars
Sep 14, 2019
Mar 25, 2019
1 usages
0 stars
Mar 31, 2020
2 usages
10 stars