is not current version
Last Version 1.3.3

org.jibx:jibx-extras 1.0.1

JiBX is a framework for binding XML data to Java objects. It lets you work with data from XML documents using your own class structures. The JiBX framework handles all the details of converting your data to and from XML based on your instructions. JiBX is designed to perform the translation between internal data structures and XML with very high efficiency, but still allows you a high degree of control over the translation process.

GroupId

GroupId

org.jibx
ArtifactId

ArtifactId

jibx-extras
Version

Version

1.0.1
Type

Type

jar

Download jibx-extras 1.0.1


<!-- https://jarcasting.com/artifacts/org.jibx/jibx-extras/ -->
<dependency>
    <groupId>org.jibx</groupId>
    <artifactId>jibx-extras</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jibx/jibx-extras/
implementation 'org.jibx:jibx-extras:1.0.1'
// https://jarcasting.com/artifacts/org.jibx/jibx-extras/
implementation ("org.jibx:jibx-extras:1.0.1")
'org.jibx:jibx-extras:jar:1.0.1'
<dependency org="org.jibx" name="jibx-extras" rev="1.0.1">
  <artifact name="jibx-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jibx', module='jibx-extras', version='1.0.1')
)
libraryDependencies += "org.jibx" % "jibx-extras" % "1.0.1"
[org.jibx/jibx-extras "1.0.1"]