d

displaytag-doc

The display tag library is an open source suite of custom tags that provide high-level web presentation patterns which will work in an MVC model. The library provides a significant amount of functionality while still being easy to use.
http://displaytag.sourceforge.net
MIT
the Displaytag team
Fabrizio Giustina Matt Raible Andy Pruitt Jorge Barroso Benjamin Simpson Mathias Bogaert
文件下载
文件名 操作
displaytag-doc-3.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.hazendaz</groupId>
  <artifactId>displaytag-doc</artifactId>
  <version>3.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz:displaytag-doc:3.0.2'
Gradle Kotlin
implementation("com.github.hazendaz:displaytag-doc:3.0.2")
Scala SBT
libraryDependencies += "com.github.hazendaz" % "displaytag-doc" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz', module='displaytag-doc', version='3.0.2')
)
Apache Ivy
<dependency org="com.github.hazendaz" name="displaytag-doc" rev="3.0.2" />
Leiningen
[com.github.hazendaz/displaytag-doc "3.0.2"]
Apache Buildr
'com.github.hazendaz:displaytag-doc:jar:3.0.2'