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.

Лицензия

Лицензия

Группа

Группа

io.github.kostaskougios
Идентификатор

Идентификатор

cloning
Последняя версия

Последняя версия

1.10.3
Дата

Дата

Тип

Тип

bundle
Описание

Описание

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://github.com/kostaskougios/cloning/

Скачать cloning

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.objenesis : objenesis jar 3.0.1

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.10.3
1.10.2
1.10.1
1.10.0