BetterNick icon indicating copy to clipboard operation
BetterNick copied to clipboard

Maven support

Open LuisDasNilpferd opened this issue 6 years ago • 1 comments

I miss maven support

LuisDasNilpferd avatar Aug 24 '19 12:08 LuisDasNilpferd

~~+1 Really need Maven support.~~

EDIT: Not sure if this matters to anyone but I took the liberty of adding a GitHub maven repository to support this so you can now compile using a dependency. The repository provided below contains only 7.4-SNAPSHOT which is the last released version of BetterNick. Figured I would do this myself as it seems the developer has stopped support.

Here is the information;

    <!--CraftationGaming Repository-->
        <repository>
            <id>CraftationGaming</id>
            <url>https://raw.githubusercontent.com/RockinChaos/repository/maven-public/</url>
        </repository>

    <!--BetterNick API-->
        <dependency>
            <groupId>de.domedd.betternick</groupId>
            <artifactId>BetterNick</artifactId>
            <version>7.4-SNAPSHOT</version>
            <scope>provided</scope>
        </dependency>

RockinChaos avatar Aug 24 '20 04:08 RockinChaos