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 biz.aQute (version 4.13.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.

Group: biz.aQute Artifact: osgi.enroute.junit.wrapper
Show documentation Show source 
 

0 downloads
Artifact osgi.enroute.junit.wrapper
Group biz.aQute
Version 4.13.0
Last update 06. January 2020
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/EPL-1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

postgresql-maven-plugin from group dk.kosmisk (version 1.0.4)

postgresql-maven-plugin integration testing with a real postgresql server instance - maven 3.5+ This plugin ensures a PostgreSQL server (binary) is downloaded and started up before integraion testing starts. Use the maven-failsafe-plugin to supply the port, the database is listening on, to the integraion tests.

Group: dk.kosmisk Artifact: postgresql-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact postgresql-maven-plugin
Group dk.kosmisk
Version 1.0.4
Last update 10. November 2019
Organization not specified
URL https://github.com/kosmisk-dk/postgresql-maven-plugin
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies commons-io, commons-compress,
There are maybe transitive dependencies!

org.apache.sling.scripting.bundle.tracker from group org.apache.sling (version 0.1.0)

The Apache Sling Scripting Bundle Tracker bundle represents an add-on module that can be deployed on a Sling 10 instance or newer to enhance the scripting resolving capabilities. Being an add-on, the bundle hooks into Sling's current mechanisms for content-to-servlet resolution and essentially acts as a service registration broker for bundles providing scripting capabilities

Group: org.apache.sling Artifact: org.apache.sling.scripting.bundle.tracker
Show documentation Show source 
 

0 downloads
Artifact org.apache.sling.scripting.bundle.tracker
Group org.apache.sling
Version 0.1.0
Last update 28. August 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cloudpool.google.compute from group com.elastisys.scale (version 5.2.3)

A cloud pool that manages Google Compute Engine (GCE) instance groups. This build module produces an all-in-one "server and application" executable jar file. When executed, it starts an embedded web server that publishes the cloud pool REST API endpoint.

Group: com.elastisys.scale Artifact: cloudpool.google.compute
Show all versions Show documentation Show source 
 

1 downloads
Artifact cloudpool.google.compute
Group com.elastisys.scale
Version 5.2.3
Last update 07. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies cloudpool.google.commons, cloudpool.api, cloudpool.multipool, cloudpool.commons, commons.util, logback-classic, junit,
There are maybe transitive dependencies!

otag-service-context from group com.opentext.otag.service.context (version 16.5.0)

This module contains the AppWorks Component type (com.opentext.otag.deployments.shared.AWComponent) and Component Context that the AppWorks SDK and deployment management agent make use of. The deployment management agent can add a singleton instance of any com.opentext.otag.deployments.shared.AWComponent types it finds within an AppWorks service if asked to do so.

Group: com.opentext.otag.service.context Artifact: otag-service-context
Show all versions Show documentation Show source 
 

1 downloads
Artifact otag-service-context
Group com.opentext.otag.service.context
Version 16.5.0
Last update 25. October 2018
Organization not specified
URL https://github.com/opentext/otag-service-context
License Open Text End User License Agreement
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

encrypted-file-upload from group com.github.davidcarboni (version 2.1.0)

Implementations of Commons Fileupload 'FileItemFactory' and 'FileItem' that provide encryption of file uploads if they get cached on disk as temporary files. These are drop-in replacements and require no additional effort to manage encryption. The feature is transparent and encryption keys are ephemeral, living only for the lifetime of a FileItem instance.

Group: com.github.davidcarboni Artifact: encrypted-file-upload
Show all versions Show documentation Show source 
 

0 downloads
Artifact encrypted-file-upload
Group com.github.davidcarboni
Version 2.1.0
Last update 16. May 2018
Organization Carboni
URL https://github.com/davidcarboni/encrypted-file-upload
License MIT License
Dependencies amount 2
Dependencies commons-fileupload, cryptolite,
There are maybe transitive dependencies!

multiInstanceLearning from group nz.ac.waikato.cms.weka (version 1.0.9)

A collection of multi-instance learning classifiers. Includes the Citation KNN method, several variants of the diverse density method, support vector machines for multi-instance learning, simple wrappers for applying standard propositional learners to multi-instance data, decision tree and rule learners, and some other methods.

Group: nz.ac.waikato.cms.weka Artifact: multiInstanceLearning
Show all versions Show documentation Show source 
 

0 downloads
Artifact multiInstanceLearning
Group nz.ac.waikato.cms.weka
Version 1.0.9
Last update 21. February 2017
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/multiInstanceLearning
License GNU General Public License 3
Dependencies amount 2
Dependencies weka-dev, multiInstanceFilters,
There are maybe transitive dependencies!

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!



Page 48 from 58 (items total 573)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy