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