/mvn-repo

The maven repository of our group.

mvn-repo

The maven repository of dbiir group

Usage

Add the following repository to your pom.xml:

    <repositories>
        <repository>
            <id>dbiir.mvn.repo</id>
            <url>https://raw.githubusercontent.com/dbiir/mvn-repo/master</url>
        </repository>
    </repositories>