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.

License

License

GroupId

GroupId

uk.com.robust-it
ArtifactId

ArtifactId

cloning
Last Version

Last Version

1.9.12
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://code.google.com/p/cloning/

Download cloning

How to add to project

<!-- https://jarcasting.com/artifacts/uk.com.robust-it/cloning/ -->
<dependency>
    <groupId>uk.com.robust-it</groupId>
    <artifactId>cloning</artifactId>
    <version>1.9.12</version>
</dependency>
// https://jarcasting.com/artifacts/uk.com.robust-it/cloning/
implementation 'uk.com.robust-it:cloning:1.9.12'
// https://jarcasting.com/artifacts/uk.com.robust-it/cloning/
implementation ("uk.com.robust-it:cloning:1.9.12")
'uk.com.robust-it:cloning:jar:1.9.12'
<dependency org="uk.com.robust-it" name="cloning" rev="1.9.12">
  <artifact name="cloning" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.com.robust-it', module='cloning', version='1.9.12')
)
libraryDependencies += "uk.com.robust-it" % "cloning" % "1.9.12"
[uk.com.robust-it/cloning "1.9.12"]

Dependencies

compile (1)

Group / Artifact Type Version
org.objenesis : objenesis jar 3.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.9.12
1.9.11
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.5
1.8.4
1.8.2
1.8.1
1.8.0
1.7.9
1.7.4