| GroupId | GroupIdio.github.danielthedev |
|---|---|
| ArtifactId | ArtifactIdnpc |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| npc-1.1.pom | |
| npc-1.1.jar | 38 KB |
| npc-1.1-sources.jar | 8 KB |
| npc-1.1-javadoc.jar | 181 KB |
| Browse |
<!-- 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"]