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

Download JAR files tagged by refer with all dependencies

Search JAR files by class name

adobe from group com.adobe (version 6)

This project definition contains the core definition for all Maven projects of Adobe Systems Incorporated, such that we have a consistent project build environment and need not repeat common configuration everytime. Each parent project of the Adobe 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.adobe Artifact: adobe
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact adobe
Group com.adobe
Version 6
Last update 03. November 2020
Organization Adobe Systems Incorporated
URL https://adobe.com
License License Agreement
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cqfs-parent from group com.day.cqfs (version 3.5.7)

Group: com.day.cqfs Artifact: cqfs-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact cqfs-parent
Group com.day.cqfs
Version 3.5.7
Last update 29. October 2020
Organization Adobe
URL https://adobe.com
License License Agreement
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cqfs from group com.day.cqfs (version 3.5.7)

Group: com.day.cqfs Artifact: cqfs
Show documentation Show source 
 

0 downloads
Artifact cqfs
Group com.day.cqfs
Version 3.5.7
Last update 29. October 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies commons-logging, log4j,
There are maybe transitive dependencies!

packageshare-client from group com.day.packageshare (version 2.0.0)

Group: com.day.packageshare Artifact: packageshare-client
Show documentation Show source 
 

0 downloads
Artifact packageshare-client
Group com.day.packageshare
Version 2.0.0
Last update 29. October 2020
Organization Adobe
URL https://adobe.com
License License Agreement
Dependencies amount 3
Dependencies day-commons-json, commons-httpclient, vault-packaging,
There are maybe transitive dependencies!

day-commons-quickstart from group com.day.commons (version 2.0.6)

Group: com.day.commons Artifact: day-commons-quickstart
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact day-commons-quickstart
Group com.day.commons
Version 2.0.6
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!

trees from group de.cit-ec.tcs.alignment (version 3.1.1)

This module provides two packages, 'trees' and 'forests', which provide algorithms to compute edit distances on trees and forests (that is, unordered or ordered lists of trees) respectively. The edit distance is computed according to the tree edit distance algorithm of Zhang and Shasha (1989). The basic tree data structure is defined by the Tree interface in the trees module. Please refer to the javadoc for more detailed information.

Group: de.cit-ec.tcs.alignment Artifact: trees
Show all versions Show documentation Show source 
 

0 downloads
Artifact trees
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 2
Dependencies algorithms, sets,
There are maybe transitive dependencies!

gcexcel from group com.grapecity.documents (version 7.2.2)

GrapeCity Documents has undergone a marketing rebranding and as a result, the v7.2 maintenance release in November 2024 will mark the final release under the old GrapeCity Documents product branding. Starting with version 8.0.0 onwards, the packages will only be maintained and released using the new package names and this GrapeCity package will be phased out. Please refer to product ReadMe in the trial download zip files available on the website (US Edition: https://developer.mescius.com/document-solutions/download-product and 中国版本: https://www.grapecity.com.cn/developer/grapecitydocuments#api)

Group: com.grapecity.documents Artifact: gcexcel
Show all versions Show documentation Show source 
 

13 downloads
Artifact gcexcel
Group com.grapecity.documents
Version 7.2.2
Last update 18. September 2024
Organization not specified
URL https://www.grapecity.com/documents-api-excel-java
License GC Documents EULA
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

stanford-corenlp from group edu.stanford.nlp (version 4.5.7)

Stanford CoreNLP provides a set of natural language analysis tools which can take raw English language text input and give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize dates, times, and numeric quantities, mark up the structure of sentences in terms of phrases and word dependencies, and indicate which noun phrases refer to the same entities. It provides the foundational building blocks for higher level text understanding applications.

Group: edu.stanford.nlp Artifact: stanford-corenlp
Show all versions Show documentation Show source 
 

750 downloads
Artifact stanford-corenlp
Group edu.stanford.nlp
Version 4.5.7
Last update 19. April 2024
Organization not specified
URL https://nlp.stanford.edu/software/corenlp.html
License GNU General Public License Version 3
Dependencies amount 20
Dependencies AppleJavaExtensions, jollyday, commons-lang3, lucene-queryparser, lucene-analyzers-common, lucene-core, javax.servlet-api, xom, joda-time, ejml-core, ejml-ddense, ejml-simple, javax.json, slf4j-api, protobuf-java, javax.activation-api, jaxb-api, istack-commons-runtime, jaxb-impl, json-simple,
There are maybe transitive dependencies!

appoptics-agent from group com.appoptics.agent.java (version 6.24.3)

The AppOptics Java instrumentation agent jar file. This artifact provides a convenient way to download the agent jar from public Maven repository. Please take note that this should NOT be included as a part of the project dependencies. Rather, this artifact should be integrated into the build process by using extra step such as the "copy" goal of "maven-dependency-plugin". For more information, please refer to https://docs.appoptics.com/kb/apm_tracing/java/install/#getting-the-agent-jar

Group: com.appoptics.agent.java Artifact: appoptics-agent
Show all versions Show documentation Show source 
 

0 downloads
Artifact appoptics-agent
Group com.appoptics.agent.java
Version 6.24.3
Last update 05. May 2022
Organization not specified
URL https://www.appoptics.com/
License AppOptics Java Agent License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sequences from group de.cit-ec.tcs.alignment (version 3.1.1)

This module contains the sequence datastructure of the TCS Alignment Toolbox. It defines the possible value sets in the ValueType enum as well as the different KeywordSpecification classes, namely: 1.) StringKeywordSpecification for string type values. 2.) SymbolicKeywordSpecification for values from a discrete alphabet (also refer to the Alphabet class) 3.) VectorialKeywordSpecification for vectors of some length (or for scalars) A NodeSpecification is a vector of such KeywordSpecifications and defines the order of value sets. A node, then, is defined as a vector of values from these value sets (also refer to the Value interface as well as the StringValue, SymbolicValue and VectorialValue classes). Finally a sequence is defined as a list of such nodes.

Group: de.cit-ec.tcs.alignment Artifact: sequences
Show all versions Show documentation Show source 
 

0 downloads
Artifact sequences
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies lombok,
There are maybe transitive dependencies!



Page 44 from 3 (items total 450)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy