Files download
File Operation
rpgitems-3.11HEAD-6.jar download
rpgitems-3.11HEAD-6.pom download
rpgitems-3.11HEAD-6-sources.jar download
Apache Maven
<dependency>
  <groupId>top.mrxiaom</groupId>
  <artifactId>rpgitems</artifactId>
  <version>3.11HEAD-6</version>
</dependency>
Gradle Groovy
implementation 'top.mrxiaom:rpgitems:3.11HEAD-6'
Gradle Kotlin
implementation("top.mrxiaom:rpgitems:3.11HEAD-6")
Scala SBT
libraryDependencies += "top.mrxiaom" % "rpgitems" % "3.11HEAD-6"
Groovy Grape
@Grapes(
  @Grab(group='top.mrxiaom', module='rpgitems', version='3.11HEAD-6')
)
Apache Ivy
<dependency org="top.mrxiaom" name="rpgitems" rev="3.11HEAD-6" />
Leiningen
[top.mrxiaom/rpgitems "3.11HEAD-6"]
Apache Buildr
'top.mrxiaom:rpgitems:jar:3.11HEAD-6'