is not current version
Last Version 2.5.0

org.dellroad:dellroad-stuff-jibx 2.0.0

DellRoad Stuff is a dumping ground for various useful Java classes and ant build macros that have evolved over time from repeated use in several different projects. This module contains classes related to JiBX.

GroupId

GroupId

org.dellroad
ArtifactId

ArtifactId

dellroad-stuff-jibx
Version

Version

2.0.0
Type

Type

jar

Download dellroad-stuff-jibx 2.0.0


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