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