License |
License
BSD license
|
---|---|
GroupId | GroupIdorg.codehaus.waffle |
ArtifactId | ArtifactIdwaffle-taglib |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWaffle Taglib
Waffle is a Java action-based web framework designed to support enterprise-level business
applications, with no mandatory XML configuration (beyond the minimal web.xml required by any JEE webapp) and no
proprietary UI markup language. Its guiding principles are agility, simplicity, pluggability and interoperability.
|
Filename | Size |
---|---|
waffle-taglib-1.3.pom | |
waffle-taglib-1.3.jar | 52 KB |
waffle-taglib-1.3-sources.jar | 32 KB |
waffle-taglib-1.3-javadoc.jar | 208 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-taglib/ -->
<dependency>
<groupId>org.codehaus.waffle</groupId>
<artifactId>waffle-taglib</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-taglib/
implementation 'org.codehaus.waffle:waffle-taglib:1.3'
// https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-taglib/
implementation ("org.codehaus.waffle:waffle-taglib:1.3")
'org.codehaus.waffle:waffle-taglib:jar:1.3'
<dependency org="org.codehaus.waffle" name="waffle-taglib" rev="1.3">
<artifact name="waffle-taglib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.waffle', module='waffle-taglib', version='1.3')
)
libraryDependencies += "org.codehaus.waffle" % "waffle-taglib" % "1.3"
[org.codehaus.waffle/waffle-taglib "1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.waffle : waffle-core | jar | 1.3 |
javax.servlet : jstl | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
javax.servlet : jsp-api | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
taglibs : standard | jar | 1.1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.jmock : jmock-junit4 | jar | 2.4.0 |