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

Download JAR files tagged by transitive with all dependencies

Search JAR files by class name

hadoop-client-check-invariants from group ch.cern.hadoop (version 3.2.1)

Enforces our invariants for the api and runtime client modules. E.g. that modules have a specific set of transitive dependencies and shaded artifacts only contain classes that are in particular packages. Does the enforcement through the maven-enforcer-plugin and an integration test.

Group: ch.cern.hadoop Artifact: hadoop-client-check-invariants
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact hadoop-client-check-invariants
Group ch.cern.hadoop
Version 3.2.1
Last update 04. November 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies hadoop-client-api, hadoop-client-runtime,
There are maybe transitive dependencies!

alihbase-shaded-check-invariants from group com.aliyun.hbase (version 2.0.3)

Enforces our invariants for our shaded artifacts. e.g. shaded clients have a specific set of transitive dependencies and shaded clients only contain classes that are in particular packages. Does the enforcement through the maven-enforcer-plugin and and integration test.

Group: com.aliyun.hbase Artifact: alihbase-shaded-check-invariants
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact alihbase-shaded-check-invariants
Group com.aliyun.hbase
Version 2.0.3
Last update 06. June 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies alihbase-shaded-client, alihbase-shaded-mapreduce,
There are maybe transitive dependencies!

cache2k-testing from group org.cache2k (version 1.1.1.Alpha)

Defines different categories (SlowTests, FastTests, ...) we can specify for unit testing. Added as test dependency, otherwise we cannot specify the category in aggregator builds / on top level. This serves also as a test scope BOM for transitive dependencies to JUnit and hamcrest.

Group: org.cache2k Artifact: cache2k-testing
Show all versions Show documentation Show source 
 

0 downloads
Artifact cache2k-testing
Group org.cache2k
Version 1.1.1.Alpha
Last update 02. July 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!

nb-api from group io.nosqlbench (version 5.17.0)

The top level API module for NoSQLBench. This module should have no internal module dependencies other than the mvn-default module. All modules within NoSQLBench can safely depend on this module with circular dependencies. This module provides cross-cutting code infrastracture, such as path utilities and ways of describing services used between modules. It is also the transitive aggregation point for system-wide library dependencies for logging and testing or similar needs.

Group: io.nosqlbench Artifact: nb-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact nb-api
Group io.nosqlbench
Version 5.17.0
Last update 13. January 2023
Organization not specified
URL Not specified
License The Apache License, Version 2.0
Dependencies amount 21
Dependencies jna, picocli, jna-platform, nb-annotations, flexmark-ext-yaml-front-matter, flexmark-html2md-converter, jopt-simple, gson, oshi-core-java11, aws-java-sdk-s3, jaxb-api, jmh-core, jmh-generator-annprocess, commons-csv, commons-text, commons-codec, metrics-core, HdrHistogram, ascii-data, graal-sdk, snakeyaml-engine,
There are maybe transitive dependencies!

switchgear from group com.smaato.switchgear (version 0.1.0)

Switchgear is a Java library that provides an API for call isolation, timeouts, and circuit breaker functionality. Our main goal is to achieve minimal performance overhead of the library, even when used in the hottest place of your application. Additionally, we've opted for zero transitive dependencies and maintaining a fluent API.

Group: com.smaato.switchgear Artifact: switchgear
Show documentation Show source 
 

0 downloads
Artifact switchgear
Group com.smaato.switchgear
Version 0.1.0
Last update 04. June 2020
Organization Smaato Inc.
URL https://github.com/smaato/switchgear
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-dependency-versions-check-plugin from group com.ning.maven.plugins (version 2.0.4)

The maven-dependency-versions-check-plugin is a Maven plugin that verifies that the resolved versions of dependencies are at least the versions specified by the dependencies (or their dependencies etc.) if not higher. More specifically, it will check that * The resolved version of every dependency declared explicitly in the current POM is the same or a newer one than what was stated. If the resolved version has a higher major version number than the declared version, then the plugin will issue a warning if configured to do so. Note that enforced declared versions are ignored by the plugin. * For every explicitly declared dependency in the current POM, all its dependency versions are met. I.e. the resolved versions for all dependencies in that dependency's POM are the same or higher than the one stated in that dependency's POM. This is basically the same check as the one above, but using the dependency's POM! Also, if the current POM has exclusions specified for the dependency, then these transitive dependencies are ignored when checking this particular dependency.

Group: com.ning.maven.plugins Artifact: maven-dependency-versions-check-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact maven-dependency-versions-check-plugin
Group com.ning.maven.plugins
Version 2.0.4
Last update 25. September 2016
Organization not specified
URL https://github.com/ning/maven-dependency-versions-check-plugin
License Apache License 2.0
Dependencies amount 11
Dependencies maven-plugin-api, maven-model, maven-artifact, maven-project, maven-dependency-tree, commons-lang, commons-collections, slf4j-api, maven-plugin-log4j, guava, findbugs-annotations,
There are maybe transitive dependencies!

spring-framework-bom from group com.covisint.core (version 4.0.2.RELEASE)

This bill of materials (BOM) POM covers all the Spring artifacts related to a particular version. By importing this BOM, you fix the version of all of Spring-related artifacts to the versions associated with a particular release. This prevents the overriding of Spring transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>springframework-bom</artifactId> <version>4.0.2.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the Spring artifacts *without* a version.

Group: com.covisint.core Artifact: spring-framework-bom
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-framework-bom
Group com.covisint.core
Version 4.0.2.RELEASE
Last update 22. April 2015
Organization not specified
URL http://covisint.com
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

slf4j-bom from group com.covisint.core (version 1.7.6)

This bill of materials (BOM) POM covers all the SLF4J artifacts related to a particular version. By importing this BOM, you fix the version of all of SLF4J-related artifacts to the versions associated with a particular release. This prevents the overriding of SLF4J transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>slf4j-bom</artifactId> <version>1.7.6</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the SLF4J artifacts *without* a version.

Group: com.covisint.core Artifact: slf4j-bom
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact slf4j-bom
Group com.covisint.core
Version 1.7.6
Last update 22. April 2015
Organization not specified
URL http://covisint.com
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

httpclient-bom from group com.covisint.core (version 4.3.2)

This bill of materials (BOM) POM covers all the Apache HttpClient artifacts related to a particular version. By importing this BOM, you fix the version of all of HttpClient-related artifacts to the versions associated with a particular release. This prevents the overriding of HttpClient transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>httpclient-bom</artifactId> <version>4.3.2</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the HttpClient artifacts *without* a version.

Group: com.covisint.core Artifact: httpclient-bom
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact httpclient-bom
Group com.covisint.core
Version 4.3.2
Last update 22. April 2015
Organization not specified
URL http://covisint.com
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

hibernate-orm-bom from group com.covisint.core (version 4.3.1.Final)

This bill of materials (BOM) POM covers all the Hibernate ORM artifacts related to a particular version. By importing this BOM, you fix the version of all of Hibernate-related artifacts to the versions associated with a particular release. This prevents the overriding of Hibernate transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>hibernate-orm-bom</artifactId> <version>4.3.1.Final</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the Hibernate artifacts *without* a version.

Group: com.covisint.core Artifact: hibernate-orm-bom
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact hibernate-orm-bom
Group com.covisint.core
Version 4.3.1.Final
Last update 22. April 2015
Organization not specified
URL http://covisint.com
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 6 from 7 (items total 64)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy