MVN

org.mobicents.media : bootstrap

Maven & Gradle

157 stars

Bootstrap

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

Latest Version

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

  • Latest Stable: 6.0.23

All Versions

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

Version Vulnerabilities Updated
6.0.x
bootstrap-6.0.23
bootstrap-6.0.22
bootstrap-6.0.0.19
bootstrap-6.0.0.13
bootstrap-6.0.0.10
bootstrap-6.0.0.8
bootstrap-6.0.0.7
bootstrap-6.0.0.5
bootstrap-6.0.0.4
bootstrap-6.0.0.1
5.2.x
bootstrap-5.2.0.43
bootstrap-5.2.0.42
bootstrap-5.2.0.39
bootstrap-5.2.0.38
bootstrap-5.2.0.37
bootstrap-5.2.0.36
5.1.x
bootstrap-5.1.0.34
bootstrap-5.1.0.33
bootstrap-5.1.0.32
bootstrap-5.1.0.31
bootstrap-5.1.0.29
bootstrap-5.1.0.28
bootstrap-5.1.0.27
bootstrap-5.1.0.26
bootstrap-5.1.0.24
bootstrap-5.1.0.23
bootstrap-5.1.0.21
bootstrap-5.1.0.19
bootstrap-5.1.0.17
5.0.x
bootstrap-5.0.0.18
bootstrap-5.0.0.16
bootstrap-5.0.0.15
bootstrap-5.0.0.14
bootstrap-5.0.0.13
bootstrap-5.0.0.12
bootstrap-5.0.0.11
bootstrap-5.0.0.10
bootstrap-5.0.0.9
bootstrap-5.0.0.8
bootstrap-5.0.0.5
bootstrap-5.0.0.4
bootstrap-5.0.0.2
4.2.x
bootstrap-4.2.0.78
bootstrap-4.2.0.77
bootstrap-4.2.0.76
bootstrap-4.2.0.75
bootstrap-4.2.0.74
bootstrap-4.2.0.73
bootstrap-4.2.0.72
bootstrap-4.2.0.71
bootstrap-4.2.0.70
bootstrap-4.2.0.69
bootstrap-4.2.0.68
4.1.x
bootstrap-4.1.0.66
bootstrap-4.1.0.65
bootstrap-4.1.0.63
bootstrap-4.1.0.62-master
bootstrap-4.1.0.61-master
3.0.x
bootstrap-3.0.2.FINAL
bootstrap-3.0.1.FINAL
bootstrap-3.0.0.Final
bootstrap-3.0.0.CR2
bootstrap-3.0.0.CR1
2.4.x
bootstrap-2.4.0.FINAL
2.2.x
bootstrap-2.2.0.FINAL

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mobicents.media</groupId>
    <artifactId>bootstrap</artifactId>
    <version>6.0.23</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mobicents.media:bootstrap:6.0.23'

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

implementation("org.mobicents.media:bootstrap:6.0.23")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mobicents.media" % "bootstrap" % "6.0.23"