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

Download JAR files tagged by must with all dependencies

Search JAR files by class name

mapp-intelligence-java-tracking from group com.mapp.intelligence.tracking (version 0.2.0)

Server-side tracking is crucial for companies that must measure mission-critical information on their website, such as order information or other website goals. The Java library of Mapp Intelligence helps you to set up server-side tracking when using Mapp Intelligence as your analysis tool.

Group: com.mapp.intelligence.tracking Artifact: mapp-intelligence-java-tracking
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact mapp-intelligence-java-tracking
Group com.mapp.intelligence.tracking
Version 0.2.0
Last update 04. September 2023
Organization not specified
URL https://documentation.mapp.com/latest/en/java-library-7239408.html
License MIT License
Dependencies amount 2
Dependencies annotations, jacoco-maven-plugin,
There are maybe transitive dependencies!

tracking from group com.mapp.intelligence.tracking (version 0.2.0)

Group: com.mapp.intelligence.tracking Artifact: tracking
Show all versions Show documentation Show source 
 

0 downloads
Artifact tracking
Group com.mapp.intelligence.tracking
Version 0.2.0
Last update 04. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

biz.aQute.trace.runpath from group biz.aQute (version 1.10.0)

Weaves DS components and Bundle Activtors to record timing of the start/stop/modify methods. This JAR is not a proper bundle but must be placed on the -runpath. It uses the Embedded-Launcher facility of the bnd launchers. The JAR includes Javassist to perform the byte code weaving.

Group: biz.aQute Artifact: biz.aQute.trace.runpath
Show all versions Show documentation Show source 
 

0 downloads
Artifact biz.aQute.trace.runpath
Group biz.aQute
Version 1.10.0
Last update 13. April 2023
Organization aQute SARL
URL https://aQute.biz
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 10
Dependencies org.osgi.service.component.annotations, org.osgi.service.metatype.annotations, aQute.libg, biz.aQute.bndlib, osgi.annotation, org.apache.felix.gogo.runtime, org.apache.felix.inventory, org.apache.felix.gogo.shell, org.osgi.framework, org.osgi.resource,
There are maybe transitive dependencies!

fluo-api from group org.apache.fluo (version 2.0.0)

This module contains all API code for Apache Fluo. External dependencies should be limited. Any changes to public methods should be avoided. While the API module does not have compile time dependency on fluo-core, you must include fluo-core as a run-time dependency.

Group: org.apache.fluo Artifact: fluo-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact fluo-api
Group org.apache.fluo
Version 2.0.0
Last update 11. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies guava, commons-configuration2, slf4j-api,
There are maybe transitive dependencies!

openhab-super-pom from group org.openhab (version 1.0.6)

This is a super POM for projects maintained by the openHAB Community. It contains only version-unrelated infrastructure settings and can/should also be used by projects that don't flow with the openHAB Release cycle. Settings within this POM must not have any influence on the build result.

Group: org.openhab Artifact: openhab-super-pom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact openhab-super-pom
Group org.openhab
Version 1.0.6
Last update 05. March 2023
Organization openHAB.org
URL https://github.com/openhab/infrastructure
License Eclipse Public License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jcore-xml-reader from group de.julielab (version 2.6.1)

A Collection Reader that employs the JCoRe XML mapper to read XML documents. A mapping file must be delivered to determine which XML file elements have to be converted to which CAS annotation types and features. This is the base component for the JCoRe PubMed and Medline readers.

Group: de.julielab Artifact: jcore-xml-reader
Show all versions Show documentation Show source 
 

15 downloads
Artifact jcore-xml-reader
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization JULIE Lab, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-xml-reader
License BSD-2-Clause
Dependencies amount 6
Dependencies jcore-xml-mapper, slf4j-api, julielab-java-utilities, uima-ducc-user, assertj-core, junit-jupiter-engine,
There are maybe transitive dependencies!

jcore-medline-db-reader from group de.julielab (version 2.6.0)

An instantiation of the jcore-db-reader that uses the jcore-xml-mapper to retrieve and parse MEDLINE XML from a PostgreSQL database. The XML format of retrieved documents is expected to follow the MEDLINE XML schema that was used until inclusive 2016. I.e. the root element of MEDLINE documents must be MedlineCitation and not, as it is since 2017, PubmedArticle.

Group: de.julielab Artifact: jcore-medline-db-reader
Show all versions Show source 
 

0 downloads
Artifact jcore-medline-db-reader
Group de.julielab
Version 2.6.0
Last update 18. December 2022
Organization JULIE Lab, Germany
URL https://github.com/JULIELab/jcore-projects/tree/master/jcore-pubmed-db-reader
License BSD-2-Clause
Dependencies amount 2
Dependencies jcore-xml-db-reader, jcore-descriptor-creator,
There are maybe transitive dependencies!

telenav-root-superpom from group com.telenav (version 1.0.16)

The uber-root telenav superpom, containing global plugin configuration, possibly a few rarely changing dependency management elements and NOTHING ELSE. Anything here must be safe to include in the build of EVERY SINGLE PROJECT.

Group: com.telenav Artifact: telenav-root-superpom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact telenav-root-superpom
Group com.telenav
Version 1.0.16
Last update 08. November 2022
Organization Telenav
URL https://www.telenav.com/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

class-file-format-rule from group org.owasp.maven.enforcer (version 2.0.0)

A maven-enforcer rule that ensures dependencies do not exceed the required class file format required by the JVM. In other words, if your project must support an older version of Java - this rule will ensure your dependencies are able to run in the older JVM.

Group: org.owasp.maven.enforcer Artifact: class-file-format-rule
Show all versions Show documentation Show source 
 

0 downloads
Artifact class-file-format-rule
Group org.owasp.maven.enforcer
Version 2.0.0
Last update 02. September 2021
Organization OWASP
URL https://github.com/jeremylong/class-file-format-rule
License The Apache Software License, Version 2.0
Dependencies amount 7
Dependencies enforcer-api, maven-artifact-transfer, maven-project, maven-core, maven-artifact, maven-plugin-api, maven-dependency-tree,
There are maybe transitive dependencies!

javamoney-tck from group org.javamoney (version 1.1)

JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with Money and Currency. This module implements JSR 354. This module provides the test code that is compatible with both the Java 7 and the Java 8 based API. The targeted API must be provided as well as the implementation under test to execute this TCK.

Group: org.javamoney Artifact: javamoney-tck
Show all versions Show documentation Show source 
 

1 downloads
Artifact javamoney-tck
Group org.javamoney
Version 1.1
Last update 18. May 2020
Organization not specified
URL Not specified
License Apache 2 License
Dependencies amount 6
Dependencies MutabilityDetector, money-api, moneta, testng, jboss-test-audit-api, jboss-test-audit-impl,
There are maybe transitive dependencies!



Page 20 from 29 (items total 288)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy