is not current version
Last Version 1.2

io.github.danielthedev:npc 1.1

NPC util for minecraft craftbukkit

GroupId

GroupId

io.github.danielthedev
ArtifactId

ArtifactId

npc
Version

Version

1.1
Type

Type

jar

Download npc 1.1


<!-- https://jarcasting.com/artifacts/io.github.danielthedev/npc/ -->
<dependency>
    <groupId>io.github.danielthedev</groupId>
    <artifactId>npc</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.danielthedev/npc/
implementation 'io.github.danielthedev:npc:1.1'
// https://jarcasting.com/artifacts/io.github.danielthedev/npc/
implementation ("io.github.danielthedev:npc:1.1")
'io.github.danielthedev:npc:jar:1.1'
<dependency org="io.github.danielthedev" name="npc" rev="1.1">
  <artifact name="npc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.danielthedev', module='npc', version='1.1')
)
libraryDependencies += "io.github.danielthedev" % "npc" % "1.1"
[io.github.danielthedev/npc "1.1"]