All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by copy with all dependencies

Search JAR files by class name

compiler from group com.imcys.deeprecopy (version 0.0.1-Beta-3)

DeepReCopy is a deep copy utility library developed specifically for Kotlin's Data classes. It utilizes KSP (Kotlin Symbol Processing) to generate deep copy extension methods for Data classes, providing support for DSL (Domain-Specific Language) syntax.

Group: com.imcys.deeprecopy Artifact: compiler
Show all versions Show documentation Show source 
 

0 downloads
Artifact compiler
Group com.imcys.deeprecopy
Version 0.0.1-Beta-3
Last update 03. February 2024
Organization not specified
URL https://github.com/1250422131/DeepReCopy
License Apache License 2.0
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

core from group com.imcys.deeprecopy (version 0.0.1-Beta-3)

DeepReCopy is a deep copy utility library developed specifically for Kotlin's Data classes. It utilizes KSP (Kotlin Symbol Processing) to generate deep copy extension methods for Data classes, providing support for DSL (Domain-Specific Language) syntax.

Group: com.imcys.deeprecopy Artifact: core
Show all versions Show documentation Show source 
 

0 downloads
Artifact core
Group com.imcys.deeprecopy
Version 0.0.1-Beta-3
Last update 03. February 2024
Organization not specified
URL https://github.com/1250422131/DeepReCopy
License Apache License 2.0
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

klizard from group io.github.kevinah95 (version 1.0.0)

KLizard is an extensible Cyclomatic Complexity Analyzer for many programming languages including C/C++ (doesn''t require all the header files or Java imports). It also does copy-paste detection (code clone detection/code duplicate detection) and many other forms of static code analysis.

Group: io.github.kevinah95 Artifact: klizard
Show all versions Show documentation Show source 
 

0 downloads
Artifact klizard
Group io.github.kevinah95
Version 1.0.0
Last update 30. November 2023
Organization not specified
URL https://github.com/kevinah95/KLizard/
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

cloning from group design.aem (version 1.11.1)

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.

Group: design.aem Artifact: cloning
Show all versions Show documentation Show source 
 

0 downloads
Artifact cloning
Group design.aem
Version 1.11.1
Last update 06. December 2022
Organization not specified
URL https://github.com/aem-design/cloning/
License Apache License, Version 2.0
Dependencies amount 1
Dependencies objenesis,
There are maybe transitive dependencies!

containers from group com.epam.deltix (version 3.1.2)

Collection of handy data structures and algos for C#/Java specially designed for GC-free programming. ObjectPools, MutableBlobs, MutableStrings, BinaryHeaps, Linked Lists, Trees, fast memory copy, fast hash calculators and others..

Group: com.epam.deltix Artifact: containers
Show documentation Show source 
 

0 downloads
Artifact containers
Group com.epam.deltix
Version 3.1.2
Last update 06. May 2021
Organization not specified
URL https://github.com/epam/Containers
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

javimmutable-collections from group org.javimmutable (version 3.2.1)

Library providing immutable/persistent collection classes for Java. While collections are immutable they provide methods for adding and removing values by creating new modified copies of themselves. Each copy shares almost all of its structure with other copies to minimize memory consumption.

Group: org.javimmutable Artifact: javimmutable-collections
Show all versions Show documentation Show source 
 

0 downloads
Artifact javimmutable-collections
Group org.javimmutable
Version 3.2.1
Last update 01. January 2021
Organization Burton Computer Corporation
URL https://github.com/brianburton/java-immutable-collections
License Simplified BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cloning from group io.github.kostaskougios (version 1.10.3)

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.

Group: io.github.kostaskougios Artifact: cloning
Show all versions Show documentation Show source 
 

0 downloads
Artifact cloning
Group io.github.kostaskougios
Version 1.10.3
Last update 15. March 2020
Organization not specified
URL https://github.com/kostaskougios/cloning/
License Apache License, Version 2.0
Dependencies amount 1
Dependencies objenesis,
There are maybe transitive dependencies!

beigesoft-accountingoio-android from group org.beigesoft (version 1.1.8)

This is Android version of Beige-Accounting plus Beige-WebStore on embedded A-Jetty. Web-Store is included for study and tests purposes and you are also able to make full DB copy from cloud version, and you can make price lists (in different price categories) and export it in CSV file to your customers or POS.

Group: org.beigesoft Artifact: beigesoft-accountingoio-android
Show all versions Show documentation Show source 
 

0 downloads
Artifact beigesoft-accountingoio-android
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 8
Dependencies beigesoft-android-sqlite, beigesoft-accountingoio-ajetty, a-jetty-base, bcpkix-jdk15on, beige-logging-android, android-mail, android-activation, multidex,
There are maybe transitive dependencies!

beigesoft-accountingoio-ajetty from group org.beigesoft (version 1.1.8)

Beigesoft ™ Accountion All In One WEB application (included Beigesoft Web-Store) on embedded A-Jetty. Web-Store is included for study and tests purposes and you are also able to make full DB copy from cloud version, and you can make price lists (in different price categories) and export it in CSV file to your customers or POS. Web-Store is draft yet.

Group: org.beigesoft Artifact: beigesoft-accountingoio-ajetty
Show all versions Show documentation Show source 
 

0 downloads
Artifact beigesoft-accountingoio-ajetty
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 4
Dependencies beigesoft-accounting-weboio-jar, sqlite-jdbc, a-jetty-swing, beige-logging-slf4j,
There are maybe transitive dependencies!

cloning from group uk.com.robust-it (version 1.9.12)

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.

Group: uk.com.robust-it Artifact: cloning
Show all versions Show documentation Show source 
 

85 downloads
Artifact cloning
Group uk.com.robust-it
Version 1.9.12
Last update 08. February 2019
Organization not specified
URL https://code.google.com/p/cloning/
License Apache License, Version 2.0
Dependencies amount 1
Dependencies objenesis,
There are maybe transitive dependencies!



Page 27 from 37 (items total 361)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy