License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.pwall.xml |
ArtifactId | ArtifactIdxtj |
Version | Version0.9.3 |
Type | Typejar |
Description |
Descriptionxtj
XML Templating for Java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xtj-0.9.3.pom | |
xtj-0.9.3.jar | 27 KB |
xtj-0.9.3-sources.jar | 16 KB |
xtj-0.9.3-javadoc.jar | 57 KB |
xtj-0.9.3-combined.jar | 281 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.xml/xtj/ -->
<dependency>
<groupId>net.pwall.xml</groupId>
<artifactId>xtj</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.xml/xtj/
implementation 'net.pwall.xml:xtj:0.9.3'
// https://jarcasting.com/artifacts/net.pwall.xml/xtj/
implementation ("net.pwall.xml:xtj:0.9.3")
'net.pwall.xml:xtj:jar:0.9.3'
<dependency org="net.pwall.xml" name="xtj" rev="0.9.3">
<artifact name="xtj" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.xml', module='xtj', version='0.9.3')
)
libraryDependencies += "net.pwall.xml" % "xtj" % "0.9.3"
[net.pwall.xml/xtj "0.9.3"]
Group / Artifact | Type | Version |
---|---|---|
net.pwall.xml : xmlutil | jar | 2.2 |
net.pwall.html : htmlutil | jar | 1.1 |
net.pwall.el : el | jar | 4.0 |
net.pwall.json : jsonutil | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |