is not current version
Last Version 3.2-RC1

org.aperteworkflow:xml-utils 2.0


GroupId

GroupId

org.aperteworkflow
ArtifactId

ArtifactId

xml-utils
Version

Version

2.0
Type

Type

jar

Download xml-utils 2.0


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