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

Download JAR files tagged by modified with all dependencies

Search JAR files by class name

dumborb from group com.kohlschutter (version 1.0.1)

dumborb -- A JSON-RPC ORB in Java and JavaScript, mostly for dumbo. Based upon jabsorb. Includes slightly modified org.json code. Can be built as an osgi bundle/eclipse plugin using 'mvn clean install p2:site'; results can be found in 'target\repository\plugins\'

Group: com.kohlschutter Artifact: dumborb
Show all versions Show documentation Show source 
 

0 downloads
Artifact dumborb
Group com.kohlschutter
Version 1.0.1
Last update 10. December 2023
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies dumbo-api, slf4j-api, jcl-over-slf4j, commons-httpclient, jakarta.servlet-api, json,
There are maybe transitive dependencies!

commons from group io.github.aafactory (version 1.2.0)

'aafactory-commons' is a common library that combines or slightly modified existing open source libraries. It is intended to create test cases for open source libraries and to make them useful for future application development.

Group: io.github.aafactory Artifact: commons
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact commons
Group io.github.aafactory
Version 1.2.0
Last update 06. June 2023
Organization not specified
URL https://github.com/AAFactory/aafactory-commons/
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies viewbinding, kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

jcore-mstparser-ae from group de.julielab (version 2.6.1)

Slightly modified version of the MST parser to fit into the UIMA framework. This dependency parser determines all syntactic dependencies between words within a sentence. Certain level of adaptation of the original source code was necessary to neatly integrate the parser in UIMA.

Group: de.julielab Artifact: jcore-mstparser-ae
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-mstparser-ae
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-mstparser-ae
License BSD-2-Clause
Dependencies amount 3
Dependencies slf4j-api, jcore-types, junit-jupiter-engine,
There are maybe transitive dependencies!

jcore-jtbd-ae-biomedical-english from group de.julielab (version 2.6.0)

UIMA Wrapper for the JCoRe Token Boundary Detector with a model trained on a special biomedical corpus which consists of data from (manually annotated) material which we took from MedLine abstracts and a modified version of PennBioIE's underlying tokenization.

Group: de.julielab Artifact: jcore-jtbd-ae-biomedical-english
Show all versions Show source 
 

0 downloads
Artifact jcore-jtbd-ae-biomedical-english
Group de.julielab
Version 2.6.0
Last update 18. December 2022
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-projects/tree/master/jcore-jtbd-ae-biomedical-english
License BSD-2-Clause
Dependencies amount 2
Dependencies jcore-jtbd-ae, junit-jupiter-engine,
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!

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!

cq-wcm-offline from group com.day.cq.wcm (version 5.6.4)

This bundle contains the core functionality of the offline editor feature in CQ5 WCM. The offline editor feature allows a user to export CQ5 content to a Microsoft Word document for offline editing. Once done and back online, the user can import the modified content back to the repository.

Group: com.day.cq.wcm Artifact: cq-wcm-offline
Show all versions Show documentation Show source 
 

0 downloads
Artifact cq-wcm-offline
Group com.day.cq.wcm
Version 5.6.4
Last update 29. October 2020
Organization Adobe
URL https://adobe.com
License License Agreement
Dependencies amount 5
Dependencies slf4j-api, servlet-api, jcr, junit, slf4j-simple,
There are maybe transitive dependencies!

day from group com.day (version 12)

This project definition contains the core definition for all Maven 2 projects of Day Management AG such that we have a consistent project build environment and need not repeat common configuration everytime. Each parent project of the Day products should refer to this project (${project.groupId}:${project.artifactId}:${project.version}) as its parent. It is not intended for this project to be modified often. Hence use a simple counter as its version.

Group: com.day Artifact: day
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact day
Group com.day
Version 12
Last update 28. October 2020
Organization Adobe
URL https://adobe.com
License License Agreement
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!

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 34 from 44 (items total 440)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy