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