AccountsClient Maven Repo?

Discussion in 'Plugin Development' started by mazentheamazin, Aug 9, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    mazentheamazin

    Hi,

    As the title implies I am currently looking for the AccountsClient repo if any, and have been stumped. If anybody could help me it would be greatly appreciated :)
     
  2. Offline

    Goblom

  3. Offline

    mazentheamazin

    I actually decided to put it on a GitHub repo :p
    Here's what you should have in your pom.xml
    Code:xml
    1.  
    2. <repository>
    3. <id>ac-repo</id>
    4. <url>[url]https://raw.github.com/mazentheamazin/AccountsClient/mvn-repo/</url>[/url]
    5. </repository>
    6.  
    7. <dependencies>
    8. <dependency>
    9. <groupId>com.mojang</groupId>
    10. <artifactId>AccountsClient</artifactId>
    11. <scope>compile</scope>
    12. <version>1.0</version>
    13. </dependency>
    14. </dependencies>
    15.  
     
Thread Status:
Not open for further replies.

Share This Page