is not current version
Last Version 1.0.3

org.tp23:generation-x 1.0.1

Utility for generating XML using XPath like statements

GroupId

GroupId

org.tp23
ArtifactId

ArtifactId

generation-x
Version

Version

1.0.1
Type

Type

jar

Download generation-x 1.0.1


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