is not current version
Last Version 1.3.3

org.jibx:jibx-extras 1.2

JiBX extras

GroupId

GroupId

org.jibx
ArtifactId

ArtifactId

jibx-extras
Version

Version

1.2
Type

Type

jar

Download jibx-extras 1.2


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