Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justahero/maven-repository
A public maven repository for projects
https://github.com/justahero/maven-repository
Last synced: about 1 month ago
JSON representation
A public maven repository for projects
- Host: GitHub
- URL: https://github.com/justahero/maven-repository
- Owner: justahero
- Created: 2012-10-06T11:21:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-06T17:51:59.000Z (about 12 years ago)
- Last Synced: 2023-03-25T13:59:30.027Z (over 1 year ago)
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Maven-repository
================This is the public maven repository for the [uri](https://github.com/justahero/uri) project.
Modify the `pom.xml` of your project in order to use the library as a dependency.First the location of the repository must be given.
````xml
URI snapshots
https://raw.github.com/justahero/maven-repository/master/snapshots
default
````
Then the dependency must be specified.
````xml
com.uri
URI
0.2.1````
Once `mvn package` or `mvn install` is run for your project the dependent jar file is downloaded
and made available (put into the local `~/.m2/repository` folder).
In the example above the jar file `URI-0.2.1.jar` would be downloaded.