MVN

com.criteo.lolhttp : lolhtml_2.11

Maven & Gradle

Jul 17, 2023
1 usages
93 stars

lolhtml · lolhtml

<dependency>
    <groupId>com.criteo.lolhttp</groupId>
    <artifactId>lolhtml_2.11</artifactId>
    <version>0.13.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.criteo.lolhttp : lolhtml_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.6

All Versions

Choose a version of com.criteo.lolhttp : lolhtml_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.0.x
lolhtml_2.11-10.0.0
0.13.x
lolhtml_2.11-0.13.6
lolhtml_2.11-0.13.5
lolhtml_2.11-0.13.4
lolhtml_2.11-0.13.3
lolhtml_2.11-0.13.2
lolhtml_2.11-0.13.1
lolhtml_2.11-0.13.0
0.12.x
lolhtml_2.11-0.12.0
0.11.x
lolhtml_2.11-0.11.0
0.10.x
lolhtml_2.11-0.10.1
lolhtml_2.11-0.10.0
0.9.x
lolhtml_2.11-0.9.4
lolhtml_2.11-0.9.3
lolhtml_2.11-0.9.2
lolhtml_2.11-0.9.1
lolhtml_2.11-0.9.0
0.8.x
lolhtml_2.11-0.8.1
lolhtml_2.11-0.8.0
0.7.x
lolhtml_2.11-0.7.4
lolhtml_2.11-0.7.3
lolhtml_2.11-0.7.2
lolhtml_2.11-0.7.1
0.6.x
lolhtml_2.11-0.6.1
lolhtml_2.11-0.6.0
0.5.x
lolhtml_2.11-0.5.1
lolhtml_2.11-0.5.0
0.4.x
lolhtml_2.11-0.4.3
lolhtml_2.11-0.4.2
lolhtml_2.11-0.4.1
lolhtml_2.11-0.4.0
0.3.x
lolhtml_2.11-0.3.3
lolhtml_2.11-0.3.2

How to add a dependency to Maven

Add the following com.criteo.lolhttp : lolhtml_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.criteo.lolhttp</groupId>
    <artifactId>lolhtml_2.11</artifactId>
    <version>0.13.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.criteo.lolhttp : lolhtml_2.11 gradle dependency to your build.gradle file:

implementation 'com.criteo.lolhttp:lolhtml_2.11:0.13.6'

Gradle Kotlin DSL: Add the following com.criteo.lolhttp : lolhtml_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.criteo.lolhttp:lolhtml_2.11:0.13.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.criteo.lolhttp : lolhtml_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.criteo.lolhttp" % "lolhtml_2.11" % "0.13.6"

Advertisement