Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.pwall.xml |
ArtifactId | ArtifactIdxtj |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
xtj-0.9.2.pom | |
xtj-0.9.2.jar | 29 KB |
xtj-0.9.2-sources.jar | 17 KB |
xtj-0.9.2-javadoc.jar | 68 KB |
xtj-0.9.2-combined.jar | 279 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.xml/xtj/ -->
<dependency>
<groupId>net.pwall.xml</groupId>
<artifactId>xtj</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.xml/xtj/
implementation 'net.pwall.xml:xtj:0.9.2'
// https://jarcasting.com/artifacts/net.pwall.xml/xtj/
implementation ("net.pwall.xml:xtj:0.9.2")
'net.pwall.xml:xtj:jar:0.9.2'
<dependency org="net.pwall.xml" name="xtj" rev="0.9.2">
<artifact name="xtj" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.xml', module='xtj', version='0.9.2')
)
libraryDependencies += "net.pwall.xml" % "xtj" % "0.9.2"
[net.pwall.xml/xtj "0.9.2"]