Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Keheck opened this issue May 5, 2019 · 2 comments
Open

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

Keheck opened this issue May 5, 2019 · 2 comments

Comments

@Keheck
Copy link

Keheck commented May 5, 2019

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
Copy link

ghost commented Nov 25, 2019

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

@ghost
Copy link

ghost commented Nov 25, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant