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

Download JAR files tagged by builds with all dependencies

Search JAR files by class name

scim-ldap from group com.unboundid.product.scim (version 1.8.26)

The UnboundID SCIM-LDAP module builds on the UnboundID SCIM-SDK to provide classes that map SCIM resources to LDAP entries and vice versa. It also contains several APIs that may be used to implement custom behaviors for the mapping configuration file to extend its capabilities above and beyond those provided out of the box. Each extension type varies in the amount of control the implementation has over the mapping process and the amount of effort required for implementation.

Group: com.unboundid.product.scim Artifact: scim-ldap
Show all versions Show documentation Show source 
 

0 downloads
Artifact scim-ldap
Group com.unboundid.product.scim
Version 1.8.26
Last update 08. September 2021
Organization Ping Identity Corporation
URL https://github.com/pingidentity/scim
License GNU General Public License version 2 (GPLv2)
Dependencies amount 2
Dependencies unboundid-ldapsdk, scim-sdk,
There are maybe transitive dependencies!

gt-graph from group io.oss84.geotools (version 24.2-oss84-1)

Graph classes that builds and walk networks based on Feature relationships. The original graph package has been developed using the JUMP Feature API. Its intension is to be able to aid automated skeletonization of water bodies by computing directionality of generated skeletons. The work for the original JUMP based library has been funded by the BC Proventional Government department of BMGS. This library has been ported to geotools2 as part of the VWFS project sponcered by Geo Innovations.

Group: io.oss84.geotools Artifact: gt-graph
Show all versions Show documentation Show source 
 

0 downloads
Artifact gt-graph
Group io.oss84.geotools
Version 24.2-oss84-1
Last update 21. February 2021
Organization not specified
URL Not specified
License Lesser General Public License (LGPL)
Dependencies amount 1
Dependencies gt-main,
There are maybe transitive dependencies!

hashver-maven-plugin from group pro.avodonosov (version 1.6)

Generate versions for project modules as hashcode of their sources and dependency tree. so that when module version changes automatically. The goal is to speedup multi-module project builds by avoiding build of unchanged modules (mostly oriented to CI build servers). Provides a build extension which can skip module build if aftifact of the same version exists already.

Group: pro.avodonosov Artifact: hashver-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact hashver-maven-plugin
Group pro.avodonosov
Version 1.6
Last update 08. December 2020
Organization not specified
URL https://github.com/avodonosov/hashver-maven-plugin
License GNU Affero General Public License
Dependencies amount 3
Dependencies maven-dependency-tree, aether-util, commons-text,
There are maybe transitive dependencies!

runnable-war from group org.avaje.jetty (version 2.2.1)

Provides a parent pom that builds runnable war using jetty. This uses the "maven overlay approach" to put jetty, logging, servlet api and avaje-jetty-runner into the root path of the war and a manifest entry to point to the RunWar main method. The jars included in the overlays provide a set of system classes that boot and run the war.

Group: org.avaje.jetty Artifact: runnable-war
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact runnable-war
Group org.avaje.jetty
Version 2.2.1
Last update 17. April 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 29
Dependencies avaje-jetty-runner, javax.servlet-api, slf4j-api, jcl-over-slf4j, logback-classic, logback-core, jetty-webapp, jetty-xml, jetty-servlet, jetty-server, jetty-security, jetty-http, jetty-io, jetty-util, javax-websocket-server-impl, jetty-annotations, jetty-plus, jetty-jndi, javax.websocket-api, javax.annotation-api, asm, asm-commons, asm-tree, websocket-server, websocket-common, websocket-api, websocket-servlet, javax-websocket-client-impl, websocket-client,
There are maybe transitive dependencies!

apache-flex-sdk-converter from group com.marvinformatics.flex (version 151126)

The Mavenizer tool is used to convert the Apache and Adobe Flex SDKs and Air SDKs into Maven artifacts. Automatically creating the Directories, pom-files, copying and moving the resources to the correct destinations. These artifacts can be used in Maven builds using the Flexmojos plugin (Starting with version 6.x). The Apache Flex SDK Converter comes with all the means to download, convert and deploy a mavenized form of an Apache Flex SDK.

Group: com.marvinformatics.flex Artifact: apache-flex-sdk-converter
Show documentation Show source 
 

1 downloads
Artifact apache-flex-sdk-converter
Group com.marvinformatics.flex
Version 151126
Last update 25. November 2015
Organization not specified
URL https://github.com/velo/flex-utilities/tree/develop/flex-maven-tools/flex-sdk-converter
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

guava-bootstrap-jdk5 from group com.google.guava (version 17.0)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). It also builds a version of AbstractExecutorService that is equivalent to a JDK5 version but using the JDK6 type parameters for the invokeAll/invokeAny methods just as with ExecutorService. This project's is then used in the bootstrap class path of Guava proper.

Group: com.google.guava Artifact: guava-bootstrap-jdk5
Show all versions Show documentation Show source 
 

2 downloads
Artifact guava-bootstrap-jdk5
Group com.google.guava
Version 17.0
Last update 22. April 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-artifact from group io.tesla.maven (version 3.1.2)

Group: io.tesla.maven Artifact: maven-artifact
Show all versions Show documentation Show source 
 

0 downloads
Artifact maven-artifact
Group io.tesla.maven
Version 3.1.2
Last update 07. May 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies plexus-utils,
There are maybe transitive dependencies!

maven from group io.tesla.maven (version 3.1.2)

Maven is a software build management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.

Group: io.tesla.maven Artifact: maven
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact maven
Group io.tesla.maven
Version 3.1.2
Last update 07. May 2013
Organization not specified
URL http://maven.apache.org/ref/${project.version}
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

guava-bootstrap from group com.google.guava (version 12.0-rc1)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). This project's is then used in the bootstrap class path of Guava proper.

Group: com.google.guava Artifact: guava-bootstrap
Show all versions Show documentation Show source 
 

3 downloads
Artifact guava-bootstrap
Group com.google.guava
Version 12.0-rc1
Last update 30. March 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

guava-bootstrap from group org.sonatype.sisu.inject (version 0.11.1)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). This project's is then used in the bootstrap class path of Guava proper.

Group: org.sonatype.sisu.inject Artifact: guava-bootstrap
Show documentation Show source 
 

0 downloads
Artifact guava-bootstrap
Group org.sonatype.sisu.inject
Version 0.11.1
Last update 15. January 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 163 from 166 (items total 1660)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy