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

Download JAR files tagged by maven with all dependencies

Search JAR files by class name

j2cl-parent from group com.vertispan.j2cl (version 0.11.0-9336533b6)

Group: com.vertispan.j2cl Artifact: j2cl-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact j2cl-parent
Group com.vertispan.j2cl
Version 0.11.0-9336533b6


reinheitsgebot-rules from group org.bitbucket.cpointe.reinheitsgebot (version 1.0.1)

Group: org.bitbucket.cpointe.reinheitsgebot Artifact: reinheitsgebot-rules
Show all versions Show documentation Show source 
 

0 downloads
Artifact reinheitsgebot-rules
Group org.bitbucket.cpointe.reinheitsgebot
Version 1.0.1
Last update 05. October 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies enforcer-api, enforcer-rules, maven-core, maven-plugin-api,
There are maybe transitive dependencies!

reinheitsgebot-test from group org.bitbucket.cpointe.reinheitsgebot (version 1.0.1)

Group: org.bitbucket.cpointe.reinheitsgebot Artifact: reinheitsgebot-test
Show all versions 
 

0 downloads
Artifact reinheitsgebot-test
Group org.bitbucket.cpointe.reinheitsgebot
Version 1.0.1
Last update 05. October 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies stout-authentication, krausening,
There are maybe transitive dependencies!

reinheitsgebot from group org.bitbucket.cpointe.reinheitsgebot (version 1.0.1)

In German history,Reinheitsgebot (pronounced RINE-HITES-KUH-BOWT) was a "purity order" regulating the ingredients that could be used to make beer. Here, it is an extension to Maven Enforcer Plugin that extends the standard ability to ban dependencies by checking dependency management in addition to standard dependencies (that is using this rule simultaneously handles banning regular and dependency management dependencies).

Group: org.bitbucket.cpointe.reinheitsgebot Artifact: reinheitsgebot
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact reinheitsgebot
Group org.bitbucket.cpointe.reinheitsgebot
Version 1.0.1
Last update 05. October 2022
Organization not specified
URL https://bitbucket.org/cpointe/reinheitsgebot
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

wildfly-client-all-jakarta from group org.wildfly (version 27.0.0.Alpha5)

This artifact provides a single jar that contains all classes required to use remote Jakarta Enterprise Beans and Jakarta Messaging, including all dependencies. It is intended for use by those not using maven, maven users should just import the Jakarta Enterprise Beans and Jakarta Messaging BOM's instead (shaded JAR's cause lots of problems with maven, as it is very easy to inadvertently end up with different versions on classes on the class path).

Group: org.wildfly Artifact: wildfly-client-all-jakarta
Show all versions Show source 
 

0 downloads
Artifact wildfly-client-all-jakarta
Group org.wildfly
Version 27.0.0.Alpha5
Last update 10. September 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

test-bom from group de.scrum-master (version 1.4.2)

Group: de.scrum-master Artifact: test-bom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact test-bom
Group de.scrum-master
Version 1.4.2


azure-eventhubs-extensions from group com.microsoft.azure (version 3.3.2)

Extensions built on Microsoft Azure Event Hubs${line.separator} This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Event Hubs service are:${line.separator} 1. https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs${line.separator} 2. https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs-checkpointstore-blob${line.separator} It is recommended that you move to the new package.

Group: com.microsoft.azure Artifact: azure-eventhubs-extensions
Show all versions Show documentation Show source 
 

0 downloads
Artifact azure-eventhubs-extensions
Group com.microsoft.azure
Version 3.3.2
Last update 17. December 2021
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License not specified
Dependencies amount 3
Dependencies azure-eventhubs, log4j-api, log4j-core,
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!

git-commit-id-plugin from group pl.project13.maven (version 4.9.10)

git-commit-id-plugin is a plugin quite similar to https://fisheye.codehaus.org/browse/mojo/tags/buildnumber-maven-plugin-1.0-beta-4 for example but as buildnumber at the time when I started this plugin only supported CVS and SVN, something had to be done. This plugin makes basic repository information available through maven resources. This can be used to display "what version is this?" or "who has deployed this and when, from which branch?" information at runtime - making it easy to find things like "oh, that isn't deployed yet, I'll test it tomorrow" and making both testers and developers life easier. The data currently exported is like this (that's the end effect from the GitRepositoryState Bean): { "branch" : "testing-maven-git-plugin", "commitTime" : "06.01.1970 @ 16:16:26 CET", "commitId" : "787e39f61f99110e74deed68ab9093088d64b969", "commitUserName" : "Konrad Malawski", "commitUserEmail" : "[email protected]", "commitMessageFull" : "releasing my fun plugin :-) + fixed some typos + cleaned up directory structure + added license etc", "commitMessageShort" : "releasing my fun plugin :-)", "buildTime" : "06.01.1970 @ 16:17:53 CET", "buildUserName" : "Konrad Malawski", "buildUserEmail" : "[email protected]" } Note that the data is exported via maven resource filtering and is really easy to use with spring - which I've explained in detail in this readme https://github.com/ktoso/maven-git-commit-id-plugin

Group: pl.project13.maven Artifact: git-commit-id-plugin
Show all versions Show documentation Show source 
 

18 downloads
Artifact git-commit-id-plugin
Group pl.project13.maven
Version 4.9.10
Last update 01. August 2021
Organization not specified
URL http://www.blog.project13.pl
License GNU Lesser General Public License 3.0
Dependencies amount 9
Dependencies maven-plugin-api, maven-core, jackson-databind, joda-time, guava, annotations, org.eclipse.jgit, slf4j-api, slf4j-simple,
There are maybe transitive dependencies!

azure-eventhubs from group com.microsoft.azure (version 3.3.0)

Please note, a newer package azure-messaging-eventhubs for Azure Event Hubs is available at https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/java/migrate/eh for more details.

Group: com.microsoft.azure Artifact: azure-eventhubs
Show all versions Show documentation Show source 
 

111 downloads
Artifact azure-eventhubs
Group com.microsoft.azure
Version 3.3.0
Last update 23. June 2021
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License not specified
Dependencies amount 5
Dependencies proton-j, qpid-proton-j-extensions, slf4j-api, azure-client-authentication, nimbus-jose-jwt,
There are maybe transitive dependencies!



Page 2503 from 3 (items total 25409)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy