MVN

ua.co.ur6lad : stroke-taglib

Maven & Gradle

Nov 16, 2015

Stroke Taglib · The stroke-taglib is a JSP tag library. It makes tracking with SiteCatalyst easier.

<dependency>
    <groupId>ua.co.ur6lad</groupId>
    <artifactId>stroke-taglib</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ua.co.ur6lad : stroke-taglib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of ua.co.ur6lad : stroke-taglib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
stroke-taglib-1.0.0

How to add a dependency to Maven

Add the following ua.co.ur6lad : stroke-taglib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ua.co.ur6lad</groupId>
    <artifactId>stroke-taglib</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ua.co.ur6lad : stroke-taglib gradle dependency to your build.gradle file:

implementation 'ua.co.ur6lad:stroke-taglib:1.0.0'

Gradle Kotlin DSL: Add the following ua.co.ur6lad : stroke-taglib gradle kotlin dependency to your build.gradle.kts file:

implementation("ua.co.ur6lad:stroke-taglib:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ua.co.ur6lad : stroke-taglib sbt scala dependency to your build.sbt file:

libraryDependencies += "ua.co.ur6lad" % "stroke-taglib" % "1.0.0"

Advertisement