| Лицензия |
Лицензия |
|---|---|
| Группа | Группаuk.com.robust-it |
| Идентификатор | Идентификаторcloning |
| Последняя версия | Последняя версия1.9.12 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| cloning-1.9.12.pom | |
| cloning-1.9.12.jar | 20 KB |
| cloning-1.9.12-sources.jar | 11 KB |
| cloning-1.9.12-project.zip | 36 KB |
| cloning-1.9.12-project.tar.gz | 16 KB |
| cloning-1.9.12-project.tar.bz2 | 15 KB |
| cloning-1.9.12-javadoc.jar | 103 KB |
| cloning-1.9.12-dist.zip | 191 KB |
| cloning-1.9.12-dist.tar.gz | 125 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.objenesis : objenesis | jar | 3.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |