Netherboard icon indicating copy to clipboard operation
Netherboard copied to clipboard

Error importing Netherboard API maven

Open itsGhostxz opened this issue 4 years ago • 4 comments

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

itsGhostxz avatar Apr 12 '20 19:04 itsGhostxz

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

MinusKube avatar Apr 12 '20 20:04 MinusKube

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.

itsGhostxz avatar Apr 12 '20 21:04 itsGhostxz

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.

leobaehre avatar Feb 04 '21 15:02 leobaehre

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

add this in the in your pom.xml

rares1337 avatar Apr 13 '21 13:04 rares1337