не последняя версия
Последняя версия 1.0.3

org.tp23:generation-x 1.0

Utility for generating XML using XPath like statements

Группа

Группа

org.tp23
Идентификатор

Идентификатор

generation-x
Версия

Версия

1.0
Тип

Тип

jar

Скачать generation-x 1.0


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