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

Download JAR files tagged by instance with all dependencies

Search JAR files by class name

osgi.enroute.junit.wrapper from group org.osgi (version 4.12.0)

JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. This bundle wraps JUnit as is and exports all packages with the bundle version since JUnit has not understood package versioning, nor semantic versioning. We also make imports optional since it has

Group: org.osgi Artifact: osgi.enroute.junit.wrapper
Show documentation Show source 
 

2 downloads
Artifact osgi.enroute.junit.wrapper
Group org.osgi
Version 4.12.0
Last update 14. October 2016
Organization OSGi Alliance
URL http://enroute.osgi.org/
License http://opensource.org/licenses/EPL-1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cli-args-parser from group com.github.brunoais (version 0.3.0)

This project is a feature-lean implementation of a CLI arguments parser. Just start by creating an instance of ParseArgs and follow the available methods. E.g. ParseArgs when = new ParseArgs(); when.argument("-do").spaceValue().call(this::doArgument); when.argument(null).call(this::defaultArgument); when.parse(args);

Group: com.github.brunoais Artifact: cli-args-parser
Show all versions Show documentation Show source 
 

0 downloads
Artifact cli-args-parser
Group com.github.brunoais
Version 0.3.0
Last update 10. October 2016
Organization not specified
URL https://github.com/brunoais/CliArgsParser
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

drivers from group com.torodb.torod.backends (version 0.40)

Parent project for the backend database drivers. Drivers are kept independent of the database implementation as some databases may share the same drivers (for instance, many Postgres-derived databases use the same JDBC drivers, as they implement the same wire protocol). However, database-dependent configuration is possible from the database backend module.

Group: com.torodb.torod.backends Artifact: drivers
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact drivers
Group com.torodb.torod.backends
Version 0.40
Last update 11. June 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

java-api from group travel.izi.api (version 2.0.1)

A java wrapper around the izi.TRAVEL API using Retrofit. Remote services are grouped into local service objects which can be centrally managed by a IZITravel instance. It will act as a factory for all of the services and will automatically initialize them with your credentials and API key.

Group: travel.izi.api Artifact: java-api
Show all versions Show documentation Show source 
 

1 downloads
Artifact java-api
Group travel.izi.api
Version 2.0.1
Last update 18. February 2016
Organization not specified
URL https://github.com/iziteq/izi-travel-java-api
License The Apache License, Version 2.0
Dependencies amount 5
Dependencies auto-value, converter-jackson, jackson-databind, jsr305, retrofit,
There are maybe transitive dependencies!

ks-tool from group eu.fbk.knowledgestore (version 1.7.1)

A collection of command line tools for interacting with a KnowledgeStore server, including benchmarking tools to create and perform a performance test of KS retrieval methods as well as a tool for dumping the contents of a KS instance to RDF files.

Group: eu.fbk.knowledgestore Artifact: ks-tool
Show all versions Show documentation Show source 
 

0 downloads
Artifact ks-tool
Group eu.fbk.knowledgestore
Version 1.7.1
Last update 08. October 2015
Organization not specified
URL http://knowledgestore.fbk.eu/ks-tool/
License not specified
Dependencies amount 10
Dependencies ks-core, ks-client, sesame-model, sesame-query, sesame-rio-api, commons-math3, rdfpro-core, guava, slf4j-api, jersey-guava,
There are maybe transitive dependencies!

java-api-extended from group travel.izi.api (version 1.6.0)

Java wrapper around the izi.TRAVEL API using Retrofit. Remote services are grouped into local service objects which can be centrally managed by a IZITravel instance. It will act as a factory for all of the services and will automatically initialize them with your credentials and API key.

Group: travel.izi.api Artifact: java-api-extended
Show all versions Show documentation Show source 
 

0 downloads
Artifact java-api-extended
Group travel.izi.api
Version 1.6.0
Last update 09. June 2015
Organization not specified
URL https://github.com/iziteq/izi-travel-java-api
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies okhttp, retrofit,
There are maybe transitive dependencies!

java-api from group travel.izi (version 1.5.0)

Java wrapper around the izi.TRAVEL API using Retrofit. Remote services are grouped into local service objects which can be centrally managed by a IZITravel instance. It will act as a factory for all of the services and will automatically initialize them with your credentials and API key.

Group: travel.izi Artifact: java-api
Show documentation Show source 
 

0 downloads
Artifact java-api
Group travel.izi
Version 1.5.0
Last update 29. April 2015
Organization not specified
URL https://github.com/iziteq/izi-travel-java-api
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies okhttp, retrofit,
There are maybe transitive dependencies!

jdbc from group org.beiter.michael.authn.jaas (version 1.0)

This module is part of a JAAS library that provides common methods for building JAAS modules. It implements a JDBC JAAS module using the methods of the shared library. While this JAAS module itself is production ready, it relies on deployment specific modules that implement, for instance, auditing, message queues, and credential validation.

Group: org.beiter.michael.authn.jaas Artifact: jdbc
Show documentation Show source 
 

0 downloads
Artifact jdbc
Group org.beiter.michael.authn.jaas
Version 1.0
Last update 07. March 2015
Organization not specified
URL http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 5
Dependencies common, db, slf4j-log4j12, commons-lang3, commons-dbcp2,
There are maybe transitive dependencies!

CryptoProperties from group org.e-hoffman.crypto (version 1.0.0)

Uses an instance of the Crypto API to encrypt and decrypt values of a property files. Allows the selection of Crypto API implementation, as well as a high amount of other configurability in the CryptoEnvironment class. Usually used by extending the AbstractCryptoPropertyProvider class.

Group: org.e-hoffman.crypto Artifact: CryptoProperties
Show documentation Show source 
 

0 downloads
Artifact CryptoProperties
Group org.e-hoffman.crypto
Version 1.0.0
Last update 30. September 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies Crypto, commons-configuration, slf4j-api, log4j-over-slf4j, jcl-over-slf4j,
There are maybe transitive dependencies!

Crypto from group org.e-hoffman.crypto (version 1.0.0)

A contract for a replaceable encryptor/decryptor that is only related to the actual act of encryption or decryption. Key look up, reading, encryptor configuration, and padding are all construction level details that are not covered by this API, and should be handled in a dependency injection container, instance construction, or some other "factory".

Group: org.e-hoffman.crypto Artifact: Crypto
Show documentation Show source 
 

3 downloads
Artifact Crypto
Group org.e-hoffman.crypto
Version 1.0.0
Last update 30. September 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 48 from 57 (items total 566)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy