MVN

com.github.httl : httl-struts

Maven & Gradle

Aug 16, 2013
344 stars

HTTL-Struts · HTTL Struts Integration.

<dependency>
    <groupId>com.github.httl</groupId>
    <artifactId>httl-struts</artifactId>
    <version>1.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.httl : httl-struts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.11

All Versions

Choose a version of com.github.httl : httl-struts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
httl-struts-1.0.11
httl-struts-1.0.10

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.httl</groupId>
    <artifactId>httl-struts</artifactId>
    <version>1.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.httl : httl-struts gradle dependency to your build.gradle file:

implementation 'com.github.httl:httl-struts:1.0.11'

Gradle Kotlin DSL: Add the following com.github.httl : httl-struts gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.httl:httl-struts:1.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.httl : httl-struts sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.httl" % "httl-struts" % "1.0.11"

Advertisement