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

Download JAR files tagged by class with all dependencies

Search JAR files by class name

hyperlog from group com.solusguard.hyperlog (version 1.1.0)

A utility logger library for Android on top of standard Android Log class for debugging purpose. This is a simple library that will allow Android apps or library to store log into database so that developer can pull the logs from the database into File or push the logs to your remote server for debugging purpose.

Group: com.solusguard.hyperlog Artifact: hyperlog
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact hyperlog
Group com.solusguard.hyperlog
Version 1.1.0
Last update 20. August 2019
Organization not specified
URL http://opensource.org/licenses/MIT
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies appcompat, volley, gson,
There are maybe transitive dependencies!

reb4j from group io.github.reggert (version 3.2.1)

The purpose of reb4j is to provide a pure Java wrapper around the regular expression syntax provided by the JRE's java.util.regex.Pattern class in order to facilitate programmatic construction of regular expressions while taking advantage of compile-time syntax checking.

Group: io.github.reggert Artifact: reb4j
Show all versions Show documentation Show source 
 

0 downloads
Artifact reb4j
Group io.github.reggert
Version 3.2.1
Last update 02. July 2019
Organization Richard W. Eggert II
URL http://reggert.github.io/reb4j
License GNU Lesser General Public License v3.0
Dependencies amount 5
Dependencies junit, functionaljava, scalacheck_${scala.compat.version}, scalatest_${scala.compat.version}, scala-library,
There are maybe transitive dependencies!

jarwrapper from group au.net.zeus.jgdms.tools (version 3.1.0)

A tool for generating "wrapper" JAR files. A wrapper JAR file contains a Class-Path manifest attribute listing a group of JAR files to be loaded from a common codebase. It may also, depending on applicability and selected options, contain a JAR index file, a preferred class list and/or a Main-Class manifest entry for the grouped JAR files.

Group: au.net.zeus.jgdms.tools Artifact: jarwrapper
Show all versions Show documentation Show source 
 

0 downloads
Artifact jarwrapper
Group au.net.zeus.jgdms.tools
Version 3.1.0
Last update 04. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.apache.sling.jcr.classloader from group org.apache.sling (version 3.2.4)

This bundle provides a classloader for the Apache Sling Commons dynamic classloader. The classloader provided supports loading classes from a JCR repository at configured paths. This bundle also implements a class writer which allows to store compiled classes (like compiled JSPs etc.) in the repository.

Group: org.apache.sling Artifact: org.apache.sling.jcr.classloader
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.apache.sling.jcr.classloader
Group org.apache.sling
Version 3.2.4
Last update 02. December 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies org.apache.felix.scr.annotations, jcr, slf4j-api, junit, osgi.core, osgi.cmpn,
There are maybe transitive dependencies!

gwt-timer from group org.jresearch.gwtproject.timer (version 1.4.1)

Fork of the Github project vegegoku/gwt-timer: A simplified, browser-safe timer class. This class serves the same purpose as java.util.Timer, but is simplified because of the single-threaded environment. To schedule a timer, simply create a subclass of it (overriding run) and call schedule or scheduleRepeating.

Group: org.jresearch.gwtproject.timer Artifact: gwt-timer
Show all versions Show documentation Show source 
 

1 downloads
Artifact gwt-timer
Group org.jresearch.gwtproject.timer
Version 1.4.1
Last update 01. November 2018
Organization not specified
URL https://github.com/gwtproject/gwt-timer
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies elemental2-dom,
There are maybe transitive dependencies!

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

This module contains means to visualize Alignments. The most important interface is the Visualizer class. A trivial implementation (essentially just using toString()) is the StringVisualizer. A more sophisticated example that is recommended for outside use is the HTMLVisualizer. All other classes are helper classes for said HTMLVisualizer.

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

0 downloads
Artifact visualization
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 algorithms,
There are maybe transitive dependencies!

JAXBNamespacePrefixMapper from group com.googlecode.jaxb-namespaceprefixmapper-interfaces (version 6.1.0)

abstract class NamespacePrefixMapper in appropriate packages required at compile time for a JAXB dependent project which uses namespace prefix mapping (eg docx4j) to be able to support both the JAXB reference implementation and the JAXB included in Java 6.

Group: com.googlecode.jaxb-namespaceprefixmapper-interfaces Artifact: JAXBNamespacePrefixMapper
Show all versions Show documentation Show source 
 

55 downloads
Artifact JAXBNamespacePrefixMapper
Group com.googlecode.jaxb-namespaceprefixmapper-interfaces
Version 6.1.0
Last update 14. September 2018
Organization not specified
URL https://github.com/plutext/JAXBNamespacePrefixMapper
License Common Development and Distribution License (CDDL-1.0)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

quasi-maven-plugin from group com.github.fromage.quasi (version 0.7.10)

Quasi is a Java library that provides high-performance lightweight threads, forked from Quasar. Quasi fibers rely on bytecode instrumentation. This can be done at classloading time via a Java Agent, or at compilation time. This project ships a Maven plugin for the ahead-of-time Quasi instrumentation of the compiled class files.

Group: com.github.fromage.quasi Artifact: quasi-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact quasi-maven-plugin
Group com.github.fromage.quasi
Version 0.7.10
Last update 29. August 2018
Organization not specified
URL https://github.com/fromage/quasi-maven-plugin
License The BSD 3-Clause License
Dependencies amount 4
Dependencies maven-plugin-api, maven-core, maven-plugin-annotations, quasi-core,
There are maybe transitive dependencies!

dualPerturbAndCombine from group nz.ac.waikato.cms.weka (version 1.0.0)

Class for building and using classification and regression trees based on the closed-form dual perturb and combine algorithm described in Pierre Geurts, Lous Wehenkel: Closed-form dual perturb and combine for tree-based models. In: Proceedings of the 22nd International Conference on Machine Learning, 233-240, 2005.

Group: nz.ac.waikato.cms.weka Artifact: dualPerturbAndCombine
Show documentation Show source 
 

0 downloads
Artifact dualPerturbAndCombine
Group nz.ac.waikato.cms.weka
Version 1.0.0
Last update 03. August 2018
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/dualPerturbAndCombine
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

rice-krad-data from group org.kuali.rice (version 2.6.2)

Group: org.kuali.rice Artifact: rice-krad-data
Show all versions Show documentation Show source 
 

0 downloads
Artifact rice-krad-data
Group org.kuali.rice
Version 2.6.2
Last update 15. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 15
Dependencies rice-core-api, rice-core-framework, spring-core, spring-context, spring-beans, spring-jdbc, spring-orm, spring-tx, commons-lang, commons-lang3, guava, joda-time, log4j, slf4j-log4j12, validation-api,
There are maybe transitive dependencies!



Page 228 from 269 (items total 2686)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy