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