MVN

com.reevoo.taglib : reevoo-taglib

Maven & Gradle

Nov 27, 2015
0 stars

reevoo-taglib

<dependency>
    <groupId>com.reevoo.taglib</groupId>
    <artifactId>reevoo-taglib</artifactId>
    <version>1.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.reevoo.taglib : reevoo-taglib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.22

All Versions

Choose a version of com.reevoo.taglib : reevoo-taglib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.22
reevoo-taglib-1.22
1.21
reevoo-taglib-1.21
1.20
reevoo-taglib-1.20
1.19
reevoo-taglib-1.19
1.18
reevoo-taglib-1.18
1.17
reevoo-taglib-1.17
1.16
reevoo-taglib-1.16
1.15
reevoo-taglib-1.15
1.14
reevoo-taglib-1.14
1.13
reevoo-taglib-1.13
1.12
reevoo-taglib-1.12
1.11
reevoo-taglib-1.11
1.10
reevoo-taglib-1.10
1.9
reevoo-taglib-1.9
1.0
reevoo-taglib-1.0

How to add a dependency to Maven

Add the following com.reevoo.taglib : reevoo-taglib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.reevoo.taglib</groupId>
    <artifactId>reevoo-taglib</artifactId>
    <version>1.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.reevoo.taglib : reevoo-taglib gradle dependency to your build.gradle file:

implementation 'com.reevoo.taglib:reevoo-taglib:1.22'

Gradle Kotlin DSL: Add the following com.reevoo.taglib : reevoo-taglib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.reevoo.taglib:reevoo-taglib:1.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.reevoo.taglib : reevoo-taglib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.reevoo.taglib" % "reevoo-taglib" % "1.22"

Advertisement