MVN

com.lt-peacock : lp-taglib

Maven & Gradle

Aug 12, 2022
0 stars

Lt. Peacock Taglib · JSP Taglib that provides some utility features.

<dependency>
    <groupId>com.lt-peacock</groupId>
    <artifactId>lp-taglib</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
lp-taglib-1.0.1
lp-taglib-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lt-peacock</groupId>
    <artifactId>lp-taglib</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.lt-peacock:lp-taglib:1.0.1'

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

implementation("com.lt-peacock:lp-taglib:1.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.lt-peacock" % "lp-taglib" % "1.0.1"