MVN

org.mobicents.gmlc : gmlc-domain

Maven & Gradle

Jun 07, 2016
16 stars

Core : Domain · GMLC Domain

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

Latest Version

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

  • Latest Stable: 1.0.24

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.mobicents.gmlc:gmlc-domain:1.0.24'

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

implementation("org.mobicents.gmlc:gmlc-domain:1.0.24")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mobicents.gmlc" % "gmlc-domain" % "1.0.24"

Advertisement