j

jibx-run

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