MVN

org.mobicents.resources : http-servlet-library

Maven & Gradle

Jan 25, 2018
2 stars
<dependency>
    <groupId>org.mobicents.resources</groupId>
    <artifactId>http-servlet-library</artifactId>
    <version>7.2.0-113</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mobicents.resources : http-servlet-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.2.0-113

All Versions

Choose a version of org.mobicents.resources : http-servlet-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.2.x
http-servlet-library-7.2.0-113

How to add a dependency to Maven

Add the following org.mobicents.resources : http-servlet-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mobicents.resources</groupId>
    <artifactId>http-servlet-library</artifactId>
    <version>7.2.0-113</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mobicents.resources : http-servlet-library gradle dependency to your build.gradle file:

implementation 'org.mobicents.resources:http-servlet-library:7.2.0-113'

Gradle Kotlin DSL: Add the following org.mobicents.resources : http-servlet-library gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mobicents.resources:http-servlet-library:7.2.0-113")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mobicents.resources : http-servlet-library sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mobicents.resources" % "http-servlet-library" % "7.2.0-113"