MVN

org.apache.sling : htl-maven-plugin

Maven & Gradle

Oct 05, 2021
1 stars

Apache Sling HTL Maven Plugin · The Apache Sling HTL Maven Plugin provides support for validating HTML Template Language scripts from projects.

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>htl-maven-plugin</artifactId>
    <version>2.0.4-1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.sling : htl-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4-1.4.0

All Versions

Choose a version of org.apache.sling : htl-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
htl-maven-plugin-2.0.4-1.4.0
htl-maven-plugin-2.0.2-1.4.0
htl-maven-plugin-2.0.0-1.4.0
1.3.x
htl-maven-plugin-1.3.4-1.4.0
htl-maven-plugin-1.3.2-1.4.0
htl-maven-plugin-1.3.0-1.4.0
1.2.x
htl-maven-plugin-1.2.4-1.4.0
htl-maven-plugin-1.2.2-1.4.0
htl-maven-plugin-1.2.0-1.4.0
1.1.x
htl-maven-plugin-1.1.8-1.4.0
htl-maven-plugin-1.1.6-1.4.0
htl-maven-plugin-1.1.4-1.3.1
htl-maven-plugin-1.1.2
htl-maven-plugin-1.1.0
1.0.x
htl-maven-plugin-1.0.8
htl-maven-plugin-1.0.6
htl-maven-plugin-1.0.4
htl-maven-plugin-1.0.2
htl-maven-plugin-1.0.0

How to add a dependency to Maven

Add the following org.apache.sling : htl-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>htl-maven-plugin</artifactId>
    <version>2.0.4-1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.sling : htl-maven-plugin gradle dependency to your build.gradle file:

implementation 'org.apache.sling:htl-maven-plugin:2.0.4-1.4.0'

Gradle Kotlin DSL: Add the following org.apache.sling : htl-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.sling:htl-maven-plugin:2.0.4-1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.sling : htl-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.sling" % "htl-maven-plugin" % "2.0.4-1.4.0"

Advertisement