MVN

com.swiftelan : component-tag-library

Maven & Gradle

Feb 11, 2016
2 stars

Component Tag Library · Simple and elegant JSP tag library for Java web development

<dependency>
    <groupId>com.swiftelan</groupId>
    <artifactId>component-tag-library</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.swiftelan : component-tag-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of com.swiftelan : component-tag-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
component-tag-library-1.10
1.9
component-tag-library-1.9
1.8
component-tag-library-1.8
1.7.x
component-tag-library-1.7.2
component-tag-library-1.7.1
1.7
component-tag-library-1.7
1.6
component-tag-library-1.6
1.5
component-tag-library-1.5
1.4
component-tag-library-1.4
1.3
component-tag-library-1.3
1.2
component-tag-library-1.2
1.1
component-tag-library-1.1
1.0
component-tag-library-1.0

How to add a dependency to Maven

Add the following com.swiftelan : component-tag-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.swiftelan</groupId>
    <artifactId>component-tag-library</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.swiftelan : component-tag-library gradle dependency to your build.gradle file:

implementation 'com.swiftelan:component-tag-library:1.10'

Gradle Kotlin DSL: Add the following com.swiftelan : component-tag-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.swiftelan:component-tag-library:1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.swiftelan : component-tag-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.swiftelan" % "component-tag-library" % "1.10"