Skip to content

scandio/mvn-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

#Maven Repository

Add the releases and snapshot repositories to your Maven settings.xml or to your projects pom.xml.

<repositories>
    <repository>
        <id>scandio-public-releases</id>
        <name>Scandio Public Releases Repository</name>
        <url>https://github.com/scandio/mvn-repo/raw/master/releases</url>
    </repository>
    <repository>
        <id>scandio-public-snapshots</id>
        <name>Scandio Public Snapshots Repository</name>
        <url>https://github.com/scandio/mvn-repo/raw/master/snapshots</url>
    </repository>
</repositories>

About

Scandio public maven repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published