License |
License |
---|---|
GroupId | GroupIdcom.googlecode.jatl |
ArtifactId | ArtifactIdjatl |
Last Version | Last Version0.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjatl
Is an extremely lightweight efficient Java library
to generate XHTML or XML in a micro DSL builder/fluent style.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationJATL |
Filename | Size |
---|---|
jatl-0.2.3.pom | |
jatl-0.2.3.jar | 24 KB |
jatl-0.2.3-sources.jar | 20 KB |
jatl-0.2.3-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jatl/jatl/ -->
<dependency>
<groupId>com.googlecode.jatl</groupId>
<artifactId>jatl</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jatl/jatl/
implementation 'com.googlecode.jatl:jatl:0.2.3'
// https://jarcasting.com/artifacts/com.googlecode.jatl/jatl/
implementation ("com.googlecode.jatl:jatl:0.2.3")
'com.googlecode.jatl:jatl:jar:0.2.3'
<dependency org="com.googlecode.jatl" name="jatl" rev="0.2.3">
<artifact name="jatl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jatl', module='jatl', version='0.2.3')
)
libraryDependencies += "com.googlecode.jatl" % "jatl" % "0.2.3"
[com.googlecode.jatl/jatl "0.2.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.apache.commons : commons-lang3 | jar | 3.4 |