не последняя версия
Последняя версия 0.2.3

com.googlecode.jatl:jatl 0.1.1

Is an extremely lightweight efficient Java library to generate XHTML or XML in a micro DSL builder/fluent style.

Группа

Группа

com.googlecode.jatl
Идентификатор

Идентификатор

jatl
Версия

Версия

0.1.1
Тип

Тип

jar

Скачать jatl 0.1.1


<!-- https://jarcasting.com/artifacts/com.googlecode.jatl/jatl/ -->
<dependency>
    <groupId>com.googlecode.jatl</groupId>
    <artifactId>jatl</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jatl/jatl/
implementation 'com.googlecode.jatl:jatl:0.1.1'
// https://jarcasting.com/artifacts/com.googlecode.jatl/jatl/
implementation ("com.googlecode.jatl:jatl:0.1.1")
'com.googlecode.jatl:jatl:jar:0.1.1'
<dependency org="com.googlecode.jatl" name="jatl" rev="0.1.1">
  <artifact name="jatl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jatl', module='jatl', version='0.1.1')
)
libraryDependencies += "com.googlecode.jatl" % "jatl" % "0.1.1"
[com.googlecode.jatl/jatl "0.1.1"]