License |
License |
---|---|
GroupId | GroupIdorg.ztemplates |
ArtifactId | ArtifactIdztemplates |
Version | Version2.4.0 |
Type | Typejar |
Description |
Descriptionztemplates
java web framework - annotations - pojo - NO XML -
state-free - clean, technology agnostic urls - REST -
invisible to the web-client -
JSP, Velocity, FreeMarker (others pluggable) -
annotations for JavaScript/CSS dependencies - create reusable components
|
Project URL |
Project URL |
Filename | Size |
---|---|
ztemplates-2.4.0.pom | |
ztemplates-2.4.0.jar | 309 KB |
ztemplates-2.4.0-src.zip | 402 KB |
ztemplates-2.4.0-src.tar.gz | 129 KB |
ztemplates-2.4.0-src.tar.bz2 | 92 KB |
ztemplates-2.4.0-sources.jar | 234 KB |
ztemplates-2.4.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ztemplates/ztemplates/ -->
<dependency>
<groupId>org.ztemplates</groupId>
<artifactId>ztemplates</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ztemplates/ztemplates/
implementation 'org.ztemplates:ztemplates:2.4.0'
// https://jarcasting.com/artifacts/org.ztemplates/ztemplates/
implementation ("org.ztemplates:ztemplates:2.4.0")
'org.ztemplates:ztemplates:jar:2.4.0'
<dependency org="org.ztemplates" name="ztemplates" rev="2.4.0">
<artifact name="ztemplates" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ztemplates', module='ztemplates', version='2.4.0')
)
libraryDependencies += "org.ztemplates" % "ztemplates" % "2.4.0"
[org.ztemplates/ztemplates "2.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.ztemplates : zclasspath | jar | 1.5 |
org.apache.velocity : velocity | jar | 1.7 |
org.freemarker : freemarker | jar | 2.3.14 |
org.json : json | jar | 20090211 |
commons-codec : commons-codec | jar | 1.4 |
org.springframework : spring-core | jar | 3.0.5.RELEASE |
org.springframework : spring-context | jar | 3.0.5.RELEASE |
org.springframework : spring-web | jar | 3.0.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |