MVN

ai.api.libai.web : libai-web-servlet

Maven & Gradle

Aug 10, 2017
134 stars
<dependency>
    <groupId>ai.api.libai.web</groupId>
    <artifactId>libai-web-servlet</artifactId>
    <version>1.6.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.api.libai.web : libai-web-servlet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.12

All Versions

Choose a version of ai.api.libai.web : libai-web-servlet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
libai-web-servlet-1.6.12
libai-web-servlet-1.6.11
1.5.x
libai-web-servlet-1.5.10
1.4.x
libai-web-servlet-1.4.9
libai-web-servlet-1.4.8
libai-web-servlet-1.4.7
libai-web-servlet-1.4.6

How to add a dependency to Maven

Add the following ai.api.libai.web : libai-web-servlet maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.api.libai.web</groupId>
    <artifactId>libai-web-servlet</artifactId>
    <version>1.6.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.api.libai.web : libai-web-servlet gradle dependency to your build.gradle file:

implementation 'ai.api.libai.web:libai-web-servlet:1.6.12'

Gradle Kotlin DSL: Add the following ai.api.libai.web : libai-web-servlet gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.api.libai.web:libai-web-servlet:1.6.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.api.libai.web : libai-web-servlet sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.api.libai.web" % "libai-web-servlet" % "1.6.12"

Advertisement