MelonSmasher / maven-repository-common

Maven Repository containing common JARs that are somewhat needed for some builds, but are not to be found in the most common repositories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maven-repository-common

Maven Repository containing common JARs that are somewhat needed for some builds, but are not to be found in the most common repositories.


 

Usage

URL: https://codeclou.github.io/maven-repository-common/maven2/

Contains for example the 'rare' jta 1.0.1

<dependency>
    <groupId>jta</groupId>
    <artifactId>jta</artifactId>
    <version>1.0.1</version>
</dependency>

 

Example of usage as Proxy Repository in Sonatype Nexus OSS


 

Trademarks and Third Party Licenses


 

License

MIT © Bernhard Grünewaldt

About

Maven Repository containing common JARs that are somewhat needed for some builds, but are not to be found in the most common repositories.

License:MIT License