MVN

org.mobicents.gmlc : gmlc-bootstrap

Maven & Gradle

Jun 07, 2016
16 stars

Core : Bootstrap

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

Latest Version

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

  • Latest Stable: 1.0.24

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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