Download displaytag-1.1.jar file - Jar d

Jar examples for d:displaytag

Description

The display tag library is an open source suite of custom tags that provide high level web presentation patterns (like tables, tabs, templates, inspectors, trees, etc...) which will work in a MVC model, and provide a significant amount of functionality while still being simple and straight-forward to use.

You can download jar file displaytag 1.1 in this page.

License

Artistic License

Build File

You can use the following script to add displaytag-1.1.jar to your project.

<dependency>
   <groupId>displaytag</groupId>
   <artifactId>displaytag</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'displaytag', name: 'displaytag', version: '1.1'
libraryDependencies += "displaytag" % "displaytag" % "1.1"
<dependency org="displaytag" name="displaytag" rev="1.1"/>
@Grapes(@Grab(group='displaytag', module='displaytag', version='1.1'))
'displaytag:displaytag:jar:1.1'

Download

Click the following link to download the jar file.

displaytag-1.1-sources.jar
displaytag-1.1.jar
displaytag-1.1.pom



Related Tutorials