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