j

jibx-tools

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