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

Download JAR files tagged by provide with all dependencies

Search JAR files by class name

limbus-maven-integration from group com.remondis.limbus (version 3.1.0)

This library provides a service implementation to resolve, download and provide Maven artifacts from remote/local repositories. This library uses Aether and Maven dependencies that are based on Java 8. Because the projects were terminated and Maven developers announced that no compatibility for Java 9 is planned, this service must be deployed on the legacy Java < 9 class path.

Group: com.remondis.limbus Artifact: limbus-maven-integration
Show documentation Show source 
 

0 downloads
Artifact limbus-maven-integration
Group com.remondis.limbus
Version 3.1.0
Last update 26. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 13
Dependencies limbus-engine-interfaces, limbus-utils, aether-api, aether-util, aether-impl, aether-connector-basic, aether-transport-file, aether-transport-http, aether-transport-wagon, wagon-ssh, maven-settings-builder, maven-aether-provider, plexus-utils,
There are maybe transitive dependencies!

drasyl-parent from group org.drasyl (version 0.10.0)

drasyl is a general-purpose overlay network framework for rapid development of distributed P2P applications. By using drasyl developers can fully concentrate on creating distributed applications. With drasyl, boundaries between IP-based networks will be eliminated and secure communication channels between any peers will be provided. Zero-configuration is required to use drasyl. Developers can run a new drasyl node without having to write configuration files or provide IP addresses of peers.

Group: org.drasyl Artifact: drasyl-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact drasyl-parent
Group org.drasyl
Version 0.10.0
Last update 31. January 2023
Organization Heiko Bornholdt and Kevin Röbert
URL https://drasyl.org/
License MIT License
Dependencies amount 6
Dependencies mockito-core, mockito-junit-jupiter, hamcrest, junit-jupiter-engine, junit-jupiter-api, junit-jupiter-params,
There are maybe transitive dependencies!

drasyl-all from group org.drasyl (version 0.10.0)

Group: org.drasyl Artifact: drasyl-all
Show all versions 
 

0 downloads
Artifact drasyl-all
Group org.drasyl
Version 0.10.0
Last update 31. January 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies drasyl-cli, drasyl-core, drasyl-node, drasyl-plugin-groups-client, drasyl-plugin-groups-manager,
There are maybe transitive dependencies!

blacklab from group nl.inl.blacklab (version 3.0.1)

BlackLab is a corpus retrieval engine written in Java, built on top of Apache Lucene. It allows fast, complex searches with accurate hit highlighting on large, tagged and annotated, bodies of text. It was developed at the Institute of Dutch Lexicology (INL) to provide a fast and feature-rich search interface on our historical and contemporary text corpora.

Group: nl.inl.blacklab Artifact: blacklab
Show all versions Show source 
 

1 downloads
Artifact blacklab
Group nl.inl.blacklab
Version 3.0.1
Last update 06. October 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies blacklab-engine, blacklab-query-parser, blacklab-tools,
There are maybe transitive dependencies!

async-retry-quartz-scheduler from group org.digibooster.retryable (version 1.0.2)

Group: org.digibooster.retryable Artifact: async-retry-quartz-scheduler
Show all versions Show documentation Show source 
 

0 downloads
Artifact async-retry-quartz-scheduler
Group org.digibooster.retryable
Version 1.0.2
Last update 06. August 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies async-retry-commons, quartz,
There are maybe transitive dependencies!

async-retry-commons from group org.digibooster.retryable (version 1.0.2)

Group: org.digibooster.retryable Artifact: async-retry-commons
Show all versions Show documentation Show source 
 

0 downloads
Artifact async-retry-commons
Group org.digibooster.retryable
Version 1.0.2
Last update 06. August 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

async-retry from group org.digibooster.retryable (version 1.0.2)

This project provides non-blocking retry feature that can be attached to methods in Spring applications using annotations. The retry processing has two main implementations: - Thread pool task based implementation: Unlike Spring retry, this implementation doesn’t keep the task busing during the whole retry execution. - Quartz job based implementation: This implementation can provide clustering, load-balancing, fault-managing and execution persistence if configured with JDBC-JobStore

Group: org.digibooster.retryable Artifact: async-retry
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact async-retry
Group org.digibooster.retryable
Version 1.0.2
Last update 06. August 2022
Organization not specified
URL https://github.com/zahidMed/async-retry
License GNU General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

async-retry-spring-scheduler from group org.digibooster.retryable (version 1.0.2)

Group: org.digibooster.retryable Artifact: async-retry-spring-scheduler
Show all versions Show documentation Show source 
 

0 downloads
Artifact async-retry-spring-scheduler
Group org.digibooster.retryable
Version 1.0.2
Last update 06. August 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies async-retry-commons,
There are maybe transitive dependencies!

scriptingbundle-maven-plugin from group org.apache.sling (version 0.5.2)

The Apache Sling Scripting Bundle Maven Plugin provides support for packing server-side scripts as bundle entries (directly embedded or compiled as Java classes). When executed, the plugin will define two system properties which can be used to populate the Provide-Capability and Require-Capability bundle headers.

Group: org.apache.sling Artifact: scriptingbundle-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact scriptingbundle-maven-plugin
Group org.apache.sling
Version 0.5.2
Last update 16. December 2021
Organization not specified
URL https://sling.apache.org/components/scriptingbundle-maven-plugin/
License not specified
Dependencies amount 14
Dependencies annotations, maven-plugin-api, maven-model, maven-core, maven-compat, org.osgi.framework, org.apache.sling.scripting.spi, org.apache.sling.api, biz.aQute.bndlib, org.apache.jackrabbit.vault, jcr, oak-jackrabbit-api, jackrabbit-spi-commons, org.apache.sling.jcr.resource,
There are maybe transitive dependencies!

rdf4j-sail-federation from group org.eclipse.rdf4j (version 4.0.0-M1)

The Federation SAIL allows multiple datasets to be virtually combined into a single dataset. The Federation SAIL combines multiple RDF stores that may exist on a remote server or are embedded in the same JVM. The Federation uses query optimizations to distribute sections of the query to different members based on the data contained in each of the members. These results are then joined together within the federation to provide the same result as if all the data was co-located within a single repository.

Group: org.eclipse.rdf4j Artifact: rdf4j-sail-federation
Show all versions Show documentation Show source 
 

0 downloads
Artifact rdf4j-sail-federation
Group org.eclipse.rdf4j
Version 4.0.0-M1
Last update 28. November 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies rdf4j-rio-turtle, rdf4j-queryalgebra-evaluation, rdf4j-sail-inferencer, rdf4j-model, rdf4j-repository-manager, rdf4j-repository-sail,
There are maybe transitive dependencies!



Page 248 from 281 (items total 2807)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy