j

jibx-run

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