xtj

XML Templating for Java

License

License

Categories

Categories

Net
GroupId

GroupId

net.pwall.xml
ArtifactId

ArtifactId

xtj
Last Version

Last Version

0.9.3
Release Date

Release Date

Type

Type

jar
Description

Description

xtj
XML Templating for Java
Project URL

Project URL

https://github.com/pwall567/xtj
Project Organization

Project Organization

Peter Wall
Source Code Management

Source Code Management

https://github.com/pwall567/xtj.git

Download xtj

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

xtj

XML Templating for Java

Background

This library provides simple templating functionality for Java (and other JVM-based languages). It takes a template in XML and outputs either XML or HTML, performing substitutions as required.

It is particularly useful for templating HTML pages.

Versions

Version
0.9.3
0.9.2
0.9
0.8
0.7