MVN

it.micegroup.displaytag : displaytag

Maven & Gradle

Aug 31, 2020
1 usages

Voila displaytag library · 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.

<dependency>
    <groupId>it.micegroup.displaytag</groupId>
    <artifactId>displaytag</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.micegroup.displaytag : displaytag to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of it.micegroup.displaytag : displaytag to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
displaytag-2.1
2.0
displaytag-2.0

How to add a dependency to Maven

Add the following it.micegroup.displaytag : displaytag maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.micegroup.displaytag</groupId>
    <artifactId>displaytag</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.micegroup.displaytag : displaytag gradle dependency to your build.gradle file:

implementation 'it.micegroup.displaytag:displaytag:2.1'

Gradle Kotlin DSL: Add the following it.micegroup.displaytag : displaytag gradle kotlin dependency to your build.gradle.kts file:

implementation("it.micegroup.displaytag:displaytag:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.micegroup.displaytag : displaytag sbt scala dependency to your build.sbt file:

libraryDependencies += "it.micegroup.displaytag" % "displaytag" % "2.1"

Advertisement