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