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

Download JAR files tagged by artifacts with all dependencies

Search JAR files by class name

buildTools-maven-plugin from group de.horstgernhardt (version 1.0.0)

This plugin provides several goals that can be used in a build pipline, e.g. to handle changelog validation and publishing, to handle site publishing, to enforce requirements to parent POM or to generate checksum files for the created artifacts. This plugin is used in and optimized for the Hottbox Build Pipeline.

Group: de.horstgernhardt Artifact: buildTools-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact buildTools-maven-plugin
Group de.horstgernhardt
Version 1.0.0
Last update 27. May 2023
Organization not specified
URL https://hottbox.bitbucket.io/${project.artifactId}
License Apache License, Version 2.0
Dependencies amount 4
Dependencies maven-plugin-annotations, commons-lang3, commons-codec, mojo-executor,
There are maybe transitive dependencies!

extremum-bom from group io.extremum (version 3.2.0-rc.1)

This module serves as a BOM (Bill of Materials) defining versions of the artifacts used by extremum-common (and suggested to the applications that use extremum-common). You almost never need to use this module as a parent. If you need to add a new module to extremum-common, please choose extremum-module-parent as its parent. If want to have some extremum parent as a parent of your application, please use extremum-app-parent.

Group: io.extremum Artifact: extremum-bom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact extremum-bom
Group io.extremum
Version 3.2.0-rc.1
Last update 17. May 2023
Organization not specified
URL https://github.com/smekalka/extremum-common-java
License Business Source License 1.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

integrity-maven-plugin from group io.github.chains-project (version 0.3.2)

This plugin is a proof of concept for a maven plugin that can be used to validate the integrity of a maven repository. It does this by generating a lock file that contains the checksums of all the artifacts in the repository. The lock file can then be used to validate the integrity of the repository. This guards the supply chain against malicious actors that might tamper with the artifacts in the repository.

Group: io.github.chains-project Artifact: integrity-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact integrity-maven-plugin
Group io.github.chains-project
Version 0.3.2
Last update 27. March 2023
Organization not specified
URL https://github.com/chains-project/maven-lockfile
License MIT
Dependencies amount 7
Dependencies gson, maven-resolver-api, log4j-over-slf4j, log4j-core, guava, maven-dependency-tree, maven-artifact-transfer,
There are maybe transitive dependencies!

limbus-showcase-launcher from group com.remondis.limbus (version 3.1.0)

This module is an example on how to start an instance of Max5 Limbus Engine and how to deploy artifacts on it. Use the launcher class to start the example. Note: This project is the host for a Limbus Engine. Therefore the dependency to limbus-engine-impl is needed. If you just want to develop a Limbus Plugin the dependency limbus-engine-api only is needed.

Group: com.remondis.limbus Artifact: limbus-showcase-launcher
Show all versions Show documentation Show source 
 

0 downloads
Artifact limbus-showcase-launcher
Group com.remondis.limbus
Version 3.1.0
Last update 26. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies limbus-engine-impl, limbus-logging-jdk,
There are maybe transitive dependencies!

xmvn-resolve from group org.fedoraproject.xmvn (version 4.2.0)

XMvn Resolver is a very simple commald-line tool to resolve Maven artifacts from system repositories. Basically it's just an interface to artifact resolution mechanism implemented by XMvn Core. The primary intended use case of XMvn Resolver is debugging local artifact repositories.

Group: org.fedoraproject.xmvn Artifact: xmvn-resolve
Show all versions Show documentation Show source 
 

0 downloads
Artifact xmvn-resolve
Group org.fedoraproject.xmvn
Version 4.2.0
Last update 20. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jcommander, xmvn-api,
There are maybe transitive dependencies!

imagingbook-parent-pom from group com.imagingbook (version 7.1.0)

Parent POM (Project Object Model) for general (non-plugin) imagingbook artifacts. This code is part of the imagingbook software suite accompanying the image processing textbooks by W. Burger and M.J. Burge (Springer 2006-2022).

Group: com.imagingbook Artifact: imagingbook-parent-pom
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact imagingbook-parent-pom
Group com.imagingbook
Version 7.1.0
Last update 11. January 2023
Organization not specified
URL http://www.imagingbook.com
License BSD 2-Clause "Simplified" License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

gradle-version-logic from group tech.kronicle (version 0.1.7)

An open source distribution of Gradle's version logic from https://github.com/gradle/gradle/tree/master/subprojects/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/strategy

Group: tech.kronicle Artifact: gradle-version-logic
Show all versions Show documentation Show source 
 

0 downloads
Artifact gradle-version-logic
Group tech.kronicle
Version 0.1.7
Last update 10. June 2022
Organization not specified
URL https://github.com/kronicle-tech/gradle-version-logic
License Apache License v2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jar-runner-maven-plugin from group de.lars-sh (version 0.9.6)

This is a Maven plugin to execute JAR artifacts from command line. Apache Maven manages a project's build, reporting and documentation using a project object model (POM). But it's lacking support for executing artifacts from command line using a single line of code. The JAR Runner Maven Plugin aims at changing that.

Group: de.lars-sh Artifact: jar-runner-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact jar-runner-maven-plugin
Group de.lars-sh
Version 0.9.6
Last update 27. December 2021
Organization not specified
URL https://${parent-pom.github.organization}.github.io/${parent-pom.github.project}/
License MIT License
Dependencies amount 1
Dependencies maven-resolver-util,
There are maybe transitive dependencies!

dockerbuild from group net.oneandone.maven.plugins (version 1.2.2)

Maven plugin to build Docker images from a Dockerfile. The main idea is to store this Dockerfile in a *dockerbuild* artifact and manage it centrally in your favorite Naven repository. To build an image, this plugin resolves the dockerbuild artifact, unpacks it into the build context directory, adds necessary artifacts, and runs a Docker build on it.

Group: net.oneandone.maven.plugins Artifact: dockerbuild
Show all versions Show documentation Show source 
 

0 downloads
Artifact dockerbuild
Group net.oneandone.maven.plugins
Version 1.2.2
Last update 23. June 2021
Organization not specified
URL https://github.com/mlhartme/maven-dockerbuild-plugin
License not specified
Dependencies amount 8
Dependencies docker-java-core, docker-java-transport-zerodep, sushi, jtar, gson, maven-filtering, maven-plugin-api, maven-core,
There are maybe transitive dependencies!

atrium-domain-robstoll-lib-js from group ch.tutteli.atrium (version 0.16.0)

Contains the bits and pieces behind robstoll's <[email protected]> implementationof the domain of Atrium for the JS platform. You should only depend on this module if you are providing an implementation as well and want to reuse certain artifacts. If you are a consumer of Atrium, then you should depend on atrium-domain-robstoll instead.

Group: ch.tutteli.atrium Artifact: atrium-domain-robstoll-lib-js
Show all versions Show source 
 

0 downloads
Artifact atrium-domain-robstoll-lib-js
Group ch.tutteli.atrium
Version 0.16.0
Last update 30. March 2021
Organization not specified
URL https://github.com/robstoll/atrium
License European Union Public Licence, Version 1.2
Dependencies amount 2
Dependencies atrium-domain-robstoll-lib-common, atrium-domain-builders-js,
There are maybe transitive dependencies!



Page 218 from 227 (items total 2262)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy