Fork me on GitHub

Download

File Download
plugin-utils-3.0.0-SNAPSHOT.jar gabrysbiz.github.io
plugin-utils-3.0.0-SNAPSHOT-javadoc.jar gabrysbiz.github.io
plugin-utils-3.0.0-SNAPSHOT-sources.jar gabrysbiz.github.io

Dependency management tools

Dependency information page describes how to include the library using various dependency management tools. If you want to use snapshot, then you need to add the oss.sonatype.org repository, e.g. for Maven:

<repositories>
    <repository>
        <id>sonatype-nexus-snapshots</id>
        <name>Sonatype's SNAPSHOT repository</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        <releases>
            <enabled>false</enabled>
        </releases>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>