Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Latest commit

 

History

History
54 lines (33 loc) · 1.5 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.5 KB

📣 End of Lifetime Notice: We no longer provide support for this repository. It will be made readonly, you can still fork it and adapt it to your needs.


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