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

Error importing Netherboard API maven #14

Open
itsGhostxz opened this issue Apr 12, 2020 · 4 comments
Open

Error importing Netherboard API maven #14

itsGhostxz opened this issue Apr 12, 2020 · 4 comments

Comments

@itsGhostxz
Copy link

Hello good, I have a problem importing the netherboard dependency in maven I get this error, is there any solution? Thank you

https://gyazo.com/3d42a3fb4995f9ba56bf4f9e09a07da0

Dependency 'fr.minuskube:netherboard-bukkit:1.1.3' not found

@MinusKube
Copy link
Owner

Hi, maybe your IDE suggests to import the dependency somewhere? Or maybe your Maven is offline and can't reach the Maven Central server

@itsGhostxz
Copy link
Author

I can get nothing from importing anything, the fact that the server is disconnected is very rare since I have already imported spigot and the luckperms plugin and everything is fine, but if it is true that the same thing happened to me as your plugin with the Vault and I have not found solution on this. I'm going to try to check if my project is failing by creating another one from scratch.

@leobaehre
Copy link

You need to import the maven, otherwise it don't work.
I see you using Intellij:
File > Project structure > Libaries > + > Import maven > andn then copy the link and paste it there > ok > apply > It works!

I guess the developer don't know this.

I know its 10 months old.

@rares1337
Copy link

        <repository>
            <id>maven</id>
            <url>https://mvnrepository.com/artifact/</url>
        </repository>

add this in the in your pom.xml

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

No branches or pull requests

4 participants