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

Download JAR files tagged by version with all dependencies

Search JAR files by class name

xercesImpl-xsd11 from group org.opengis.cite.xerces (version 2.12-beta-r1667115)

A fully-conforming XML Schema 1.0 processor with partial support for the XML Schema 1.1 specifications (Part 1: Structures and Part 2: Datatypes). Xerces2 also provides a complete implementation of the following W3C Recommendations: * Extensible Markup Language (XML) 1.1 * Document Object Model (DOM) Level 3 Core * Document Object Model (DOM) Level 3 Load and Save * XML Inclusions (XInclude) Version 1.0

Group: org.opengis.cite.xerces Artifact: xercesImpl-xsd11
Show documentation Show source 
 

5 downloads
Artifact xercesImpl-xsd11
Group org.opengis.cite.xerces
Version 2.12-beta-r1667115
Last update 17. April 2015
Organization not specified
URL http://xerces.apache.org/xerces2-j/
License Apache License, Version 2.0
Dependencies amount 2
Dependencies xml-apis, org.eclipse.wst.xml.xpath2.processor,
There are maybe transitive dependencies!

concourse from group org.cinchapi (version 0.4.4)

This is the api to interact with Concourse, a schemaless and distributed version control database with optimistic availability, serializable transactions and full-text search. Concourse provides a more intuitive approach to data management that is easy to deploy, access and scale with minimal tuning while also maintaining the referential integrity and ACID characteristics of traditional database systems.

Group: org.cinchapi Artifact: concourse
Show all versions Show documentation Show source 
 

0 downloads
Artifact concourse
Group org.cinchapi
Version 0.4.4
Last update 02. March 2015
Organization not specified
URL http://cinchapi.org/concourse
License The MIT License
Dependencies amount 14
Dependencies joda-time, commons-codec, logback-classic, jcl-over-slf4j, slf4j-api, mockito-all, concourse-config, guava, commons-configuration, jsr305, annotations, libthrift, log4j-over-slf4j, gson,
There are maybe transitive dependencies!

activemq-maven-plugin from group com.artnaseef (version 5.10.0)

Customized version of the ActiveMQ Maven Plugin that registers publishable transport connector addresses in the Maven properties so that dynamic allocation of ports can easily be achieved. This project provides a port of the updates to the currently-released ActiveMQ version 5.10.0; the updates are expected to be released with ActiveMQ version 5.12.0, after which this version will no longer be maintained. See also AMQ-5499 (https://issues.apache.org/jira/browse/AMQ-5499).

Group: com.artnaseef Artifact: activemq-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact activemq-maven-plugin
Group com.artnaseef
Version 5.10.0
Last update 05. January 2015
Organization not specified
URL http://www.example.com/example-application
License The Apache License, Version 2.0
Dependencies amount 6
Dependencies maven-plugin-api, maven-project, activemq-broker, activemq-spring, junit, mockito-core,
There are maybe transitive dependencies!

pdf-extractor from group de.cit-ec.scie (version 2.0.1)

This is an optimized version of Apache PDFBox. It allows to extract the rough structure of a document (pages, blocks of text and paragraphs as well as formatting information) and was made with the intent to optimize text extraction results for scientific papers. The output can easily be transformed to plaintext (toString) or to an XML format (toXML).

Group: de.cit-ec.scie Artifact: pdf-extractor
Show all versions Show documentation Show source 
 

11 downloads
Artifact pdf-extractor
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies pdfbox,
There are maybe transitive dependencies!

uadetector-resources from group net.sf.uadetector (version 2014.10)

This package contains a verified version of the data file from http://user-agent-string.info. During the verification process the data are checked for ability to run against the current implementation. The goal is to provide frequently updated resources for detection of user agents without having to release a new implementation.

Group: net.sf.uadetector Artifact: uadetector-resources
Show all versions Show documentation Show source 
 

28 downloads
Artifact uadetector-resources
Group net.sf.uadetector
Version 2014.10
Last update 09. November 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies uadetector-core, slf4j-api, logback-classic, fest-assert,
There are maybe transitive dependencies!

bom-scifio from group io.scif (version 2.3)

Group: io.scif Artifact: bom-scifio
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact bom-scifio
Group io.scif
Version 2.3
Last update 27. October 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

bom-imglib2 from group net.imglib2 (version 4.1)

Group: net.imglib2 Artifact: bom-imglib2
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact bom-imglib2
Group net.imglib2
Version 4.1
Last update 24. October 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

bom-imagej from group net.imagej (version 3.1)

Group: net.imagej Artifact: bom-imagej
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact bom-imagej
Group net.imagej
Version 3.1
Last update 24. October 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jsefa-parent from group net.sf.jsefa (version 1.1.1.RELEASE)

JSefa (Java Simple exchange format api) is a simple library for stream-based serialization of java objects to XML, CSV, FLR or any other format and back again using an iterator-style interface independent of the serialization format. The mapping between java object types and types of the serialization format (e. g. xml complex element types) can be defined either by annotating the java classes or programmatically using a simple API. The current implementation supports XML, CSV and FLR - for XML it is based on JSR 173 for the standard version and XmlPull for the android version.

Group: net.sf.jsefa Artifact: jsefa-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jsefa-parent
Group net.sf.jsefa
Version 1.1.1.RELEASE
Last update 03. October 2014
Organization not specified
URL http://jsefa.sf.net
License Apache License, Version 2.0
Dependencies amount 1
Dependencies xmlpull,
There are maybe transitive dependencies!

guava-bootstrap-jdk5 from group com.google.guava (version 17.0)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). It also builds a version of AbstractExecutorService that is equivalent to a JDK5 version but using the JDK6 type parameters for the invokeAll/invokeAny methods just as with ExecutorService. This project's is then used in the bootstrap class path of Guava proper.

Group: com.google.guava Artifact: guava-bootstrap-jdk5
Show all versions Show documentation Show source 
 

2 downloads
Artifact guava-bootstrap-jdk5
Group com.google.guava
Version 17.0
Last update 22. April 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 406 from 422 (items total 4217)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy