MVN

org.mobicents.gmlc : library

Maven & Gradle

Jun 07, 2016

Core : SLEE : Library

<dependency>
    <groupId>org.mobicents.gmlc</groupId>
    <artifactId>library</artifactId>
    <version>1.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.24

All Versions

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

Version Vulnerabilities Updated
1.0.x
library-1.0.24
library-1.0.23
library-1.0.22
library-1.0.21
library-1.0.20
library-1.0.19
library-1.0.18
library-1.0.17
library-1.0.16
library-1.0.15
library-1.0.14
library-1.0.13.13
library-1.0.12.12
library-1.0.11
library-1.0.10
library-1.0.9
library-1.0.7
library-1.0.6
library-1.0.4
library-1.0.3
library-1.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mobicents.gmlc</groupId>
    <artifactId>library</artifactId>
    <version>1.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mobicents.gmlc : library gradle dependency to your build.gradle file:

implementation 'org.mobicents.gmlc:library:1.0.24'

Gradle Kotlin DSL: Add the following org.mobicents.gmlc : library gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mobicents.gmlc:library:1.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mobicents.gmlc : library sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mobicents.gmlc" % "library" % "1.0.24"