NoteBlockAPI icon indicating copy to clipboard operation
NoteBlockAPI copied to clipboard

How to add NoteBlockAPI as a dependency for maven?

Open Keheck opened this issue 5 years ago • 2 comments

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

Keheck avatar May 05 '19 12:05 Keheck

<dependency> <groupId>com.github.koca2000</groupId> <artifactId>NoteBlockAPI</artifactId> <version>1.4.4</version> </dependency>

ghost avatar Nov 25 '19 22:11 ghost

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

ghost avatar Nov 25 '19 22:11 ghost