| License |
License |
|---|---|
| GroupId | GroupIdorg.tp23 |
| ArtifactId | ArtifactIdgeneration-x |
| Version | Version1.0.3 |
| Type | Typejar |
| Description |
Descriptiongeneration-x
Utility for generating XML using XPath like statements
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| generation-x-1.0.3.pom | |
| generation-x-1.0.3.jar | 26 KB |
| generation-x-1.0.3-sources.jar | 10 KB |
| generation-x-1.0.3-javadoc.jar | 86 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.tp23/generation-x/ -->
<dependency>
<groupId>org.tp23</groupId>
<artifactId>generation-x</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.tp23/generation-x/
implementation 'org.tp23:generation-x:1.0.3'
// https://jarcasting.com/artifacts/org.tp23/generation-x/
implementation ("org.tp23:generation-x:1.0.3")
'org.tp23:generation-x:jar:1.0.3'
<dependency org="org.tp23" name="generation-x" rev="1.0.3">
<artifact name="generation-x" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tp23', module='generation-x', version='1.0.3')
)
libraryDependencies += "org.tp23" % "generation-x" % "1.0.3"
[org.tp23/generation-x "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |