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

Download JAR files tagged by requested with all dependencies

Search JAR files by class name

claymore-processors from group io.github.alecarnevale (version 2.0.0)

A library that writes an hilt module for a requested interface implementation.

Group: io.github.alecarnevale Artifact: claymore-processors
Show all versions Show documentation Show source 
 

0 downloads
Artifact claymore-processors
Group io.github.alecarnevale
Version 2.0.0
Last update 31. January 2024
Organization not specified
URL https://github.com/alecarnevale/claymore
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib,
There are maybe transitive dependencies!

claymore-annotations from group io.github.alecarnevale (version 2.0.0)

A library that writes an hilt module for a requested interface implementation.

Group: io.github.alecarnevale Artifact: claymore-annotations
Show all versions Show documentation Show source 
 

0 downloads
Artifact claymore-annotations
Group io.github.alecarnevale
Version 2.0.0
Last update 31. January 2024
Organization not specified
URL https://github.com/alecarnevale/claymore
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib,
There are maybe transitive dependencies!

claymore from group io.github.alecarnevale (version 1.2.0)

A library that writes an hilt module for a requested interface implementation.

Group: io.github.alecarnevale Artifact: claymore
Show all versions Show documentation Show source 
 

0 downloads
Artifact claymore
Group io.github.alecarnevale
Version 1.2.0
Last update 23. May 2023
Organization not specified
URL https://github.com/alecarnevale/claymore
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

policy-service from group uk.gov.gchq.palisade (version 0.5.1-RELEASE)

The Policy Service will provide the set of rules (filters or transformations) that need to be applied to each resource that has been requested, based on the user and context.

Group: uk.gov.gchq.palisade Artifact: policy-service
Show all versions Show documentation Show source 
 

0 downloads
Artifact policy-service
Group uk.gov.gchq.palisade
Version 0.5.1-RELEASE
Last update 04. August 2021
Organization not specified
URL https://github.com/gchq/Palisade-services/tree/develop/policy-service
License Apache License, Version 2.0
Dependencies amount 10
Dependencies common, akka-stream_2.13, akka-stream-kafka_2.13, akka-slf4j_2.13, akka-discovery_2.13, spring-boot-starter-actuator, spring-boot-starter-web, spring-boot-starter-cache, caffeine, spring-boot-starter-data-redis,
There are maybe transitive dependencies!

dockerfile-image-update from group com.salesforce.dockerfile-image-update (version 1.1.26)

This tool provides a mechanism to make security updates to docker images at scale. The tool searches github for declared docker images and sends pull requests to projects that are not using the desired version of the requested docker image.

Group: com.salesforce.dockerfile-image-update Artifact: dockerfile-image-update
Show all versions Show documentation Show source 
 

0 downloads
Artifact dockerfile-image-update
Group com.salesforce.dockerfile-image-update
Version 1.1.26
Last update 13. February 2024
Organization Salesforce
URL https://github.com/salesforce/dockerfile-image-update
License BSD 3-Clause License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dependency-versions-check-maven-plugin from group org.basepom.maven (version 4.0.1)

The dependency-versions-check plugin verifies that all resolved versions of artifacts are at least the versions specified by the project dependencies. The Maven dependency resolution process will substitute versions for the different artifacts in a dependency tree and sometimes chooses incompatible versions which leads to difficult to detect problems. This plugin resolves all dependencies and collects any requested version. It evaluates whether the resolved versions are compatible to the requested versions and reports possible conflicts.

Group: org.basepom.maven Artifact: dependency-versions-check-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact dependency-versions-check-maven-plugin
Group org.basepom.maven
Version 4.0.1
Last update 28. December 2023
Organization The basepom project
URL https://basepom.github.io/dependency-versions-check-maven-plugin/
License Apache License 2.0
Dependencies amount 3
Dependencies guava, maven-resolver-util, maven-shared-utils,
There are maybe transitive dependencies!

org.apache.stanbol.commons.opennlp from group org.apache.stanbol (version 1.0.0)

Provides a Bundle and support for the management of Models. The Data File Provider infrastructure is used to load requested models. Some Modles for English are included. Other models MUST be provided via the DataFileProvider infrastrucutre. (e.g. by including them in there classpath and providing an own DataFileProvider or by users adding the requred files to the "/datafiles" folder in the Stanbol installation)

Group: org.apache.stanbol Artifact: org.apache.stanbol.commons.opennlp
Show all versions Show documentation Show source 
 

1 downloads
Artifact org.apache.stanbol.commons.opennlp
Group org.apache.stanbol
Version 1.0.0
Last update 16. September 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies org.apache.stanbol.commons.stanboltools.datafileprovider, opennlp-maxent, opennlp-tools, org.osgi.core, org.osgi.compendium, org.apache.felix.scr.annotations, commons-io, slf4j-api,
There are maybe transitive dependencies!

truezip-kernel from group de.schlichtherle.truezip (version 7.7.10)

This module implements virtual file systems from arbitrary resources, manages their state and commits unsynchronized changes if required or requested. The TrueZIP Kernel uses file system drivers to access these resources. It provides multithreading, multiplexing, caching and buffering so that the file system drivers do not need to take care of this.

Group: de.schlichtherle.truezip Artifact: truezip-kernel
Show all versions Show documentation Show source 
 

8 downloads
Artifact truezip-kernel
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies annotations,
There are maybe transitive dependencies!

java8-quickstart-archetype from group pl.org.miki (version 1.0.0)

Basic Java 8 archetype. Options: -testLibrary: [junit, testng, none]. DEFAULT: junit. Adds the requested test library to the POM deps. -compilerMode: [simple, test-only, retrolambda-main, retrolambda-all]. DEFAULT: simple. --simple: everything is compiled as Java 8. --test-only: set up test for Java 8, and main for Java 7. --retrolambda-main: main code is compiled as Java 8, and then converted to Java 7 via retrolambda. --retrolambda-all: all code is compiled as Java 8, and then converted to Java 7 via retrolambda. NOTE: Retrolambda support provided "as is" - if you have any problems, please file a ticket on the GitHub page!

Group: pl.org.miki Artifact: java8-quickstart-archetype
Show documentation Show source 
 

0 downloads
Artifact java8-quickstart-archetype
Group pl.org.miki
Version 1.0.0
Last update 21. July 2014
Organization not specified
URL https://github.com/mikkoz/java8-quickstart-archetype
License BSD 3-clause "New" or "Revised" License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1 from 1 (items total 9)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy