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