MVN

io.github.juliarn : npc-lib-api

Maven & Gradle

Oct 18, 2023
283 stars

npc-lib-api · Abstract NPC-Library for Minecraft 1.8+ Servers

<dependency>
    <groupId>io.github.juliarn</groupId>
    <artifactId>npc-lib-api</artifactId>
    <version>3.0.0-beta6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.juliarn : npc-lib-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-beta6
  • Latest Beta: 3.0.0-beta6

All Versions

Choose a version of io.github.juliarn : npc-lib-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
npc-lib-api-3.0.0-beta6

How to add a dependency to Maven

Add the following io.github.juliarn : npc-lib-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.juliarn</groupId>
    <artifactId>npc-lib-api</artifactId>
    <version>3.0.0-beta6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.juliarn : npc-lib-api gradle dependency to your build.gradle file:

implementation 'io.github.juliarn:npc-lib-api:3.0.0-beta6'

Gradle Kotlin DSL: Add the following io.github.juliarn : npc-lib-api gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.juliarn:npc-lib-api:3.0.0-beta6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.juliarn : npc-lib-api sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.juliarn" % "npc-lib-api" % "3.0.0-beta6"

Advertisement