Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.