GroupId | GroupIdcom.smallaswater.npc |
---|---|
ArtifactId | ArtifactIdRsNPC |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
RsNPC-2.0.0.pom | |
RsNPC-2.0.0.jar | 191 KB |
RsNPC-2.0.0-sources.jar | 143 KB |
RsNPC-2.0.0-javadoc.jar | 371 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smallaswater.npc/RsNPC/ -->
<dependency>
<groupId>com.smallaswater.npc</groupId>
<artifactId>RsNPC</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.smallaswater.npc/RsNPC/
implementation 'com.smallaswater.npc:RsNPC:2.0.0'
// https://jarcasting.com/artifacts/com.smallaswater.npc/RsNPC/
implementation ("com.smallaswater.npc:RsNPC:2.0.0")
'com.smallaswater.npc:RsNPC:jar:2.0.0'
<dependency org="com.smallaswater.npc" name="RsNPC" rev="2.0.0">
<artifact name="RsNPC" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smallaswater.npc', module='RsNPC', version='2.0.0')
)
libraryDependencies += "com.smallaswater.npc" % "RsNPC" % "2.0.0"
[com.smallaswater.npc/RsNPC "2.0.0"]