MVN

org.mobicents.gmlc : bootstrap

Maven & Gradle

Core : Bootstrap

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

Latest Version

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

  • Latest Stable: 2.0.83

All Versions

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

Version Vulnerabilities Updated
2.0.x
bootstrap-2.0.83
bootstrap-2.0.82
bootstrap-2.0.81
bootstrap-2.0.80
bootstrap-2.0.79
bootstrap-2.0.78
1.0.x
bootstrap-1.0.76
bootstrap-1.0.75
bootstrap-1.0.74
bootstrap-1.0.73
bootstrap-1.0.72
bootstrap-1.0.71
bootstrap-1.0.70
bootstrap-1.0.67
bootstrap-1.0.66
bootstrap-1.0.65
bootstrap-1.0.64
bootstrap-1.0.63
bootstrap-1.0.62
bootstrap-1.0.61
bootstrap-1.0.60
bootstrap-1.0.59
bootstrap-1.0.58
bootstrap-1.0.57
bootstrap-1.0.56
bootstrap-1.0.55
bootstrap-1.0.54
bootstrap-1.0.52
bootstrap-1.0.51
bootstrap-1.0.50
bootstrap-1.0.49
bootstrap-1.0.48
bootstrap-1.0.47
bootstrap-1.0.46
bootstrap-1.0.45
bootstrap-1.0.44
bootstrap-1.0.43
bootstrap-1.0.42
bootstrap-1.0.41
bootstrap-1.0.40
bootstrap-1.0.39
bootstrap-1.0.38
bootstrap-1.0.37
bootstrap-1.0.36
bootstrap-1.0.35
bootstrap-1.0.34
bootstrap-1.0.33
bootstrap-1.0.32
bootstrap-1.0.31
bootstrap-1.0.30
bootstrap-1.0.29
bootstrap-1.0.28
bootstrap-1.0.27
bootstrap-1.0.26

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.mobicents.gmlc:bootstrap:2.0.83'

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

implementation("org.mobicents.gmlc:bootstrap:2.0.83")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mobicents.gmlc" % "bootstrap" % "2.0.83"