j

jibx-run

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