xxmicloxx / NoteBlockAPI

A simple API for note block music
GNU Lesser General Public License v3.0
28 stars 25 forks source link

How to add NoteBlockAPI as a dependency for maven? #14

Open Keheck opened 5 years ago

Keheck commented 5 years ago

Hi! For a minigame plugin I'm currently working on, I'd like to add the NoteBlockAPI to my dependencies to play music, but I can't seem to add it to my pom.xml... Can you help me please? I need the repository id and url (one that works for maven!) and the dependency groupId, artifactId and the version

ghost commented 5 years ago

`

com.github.koca2000
        <artifactId>NoteBlockAPI</artifactId>
        <version>1.4.4</version>
    </dependency>`
ghost commented 5 years ago

`

jitpack.io
        <url>https://jitpack.io</url>
    </repository>`