MVN

org.mobicents.cluster : core

Maven & Gradle

Jul 01, 2016
13 usages

Restcomm Cluster Framework Core · Restcomm Cluster Framework Core

<dependency>
    <groupId>org.mobicents.cluster</groupId>
    <artifactId>core</artifactId>
    <version>3.0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0.1

All Versions

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

Version Vulnerabilities Updated
3.0.x
core-3.0.0.1
1.15.x
core-1.15.26
core-1.15.25
core-1.15.24
core-1.15.23
core-1.15.22
core-1.15.21
core-1.15.20
core-1.15.19
core-1.15.18
core-1.15.17
core-1.15.16
core-1.15.15
core-1.15.14
core-1.15.12
core-1.15.11
core-1.15.10
core-1.15.9
core-1.15.8
core-1.15.7
core-1.15.6
1.14.x
core-1.14.0.FINAL
1.13.x
core-1.13.1.FINAL

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mobicents.cluster</groupId>
    <artifactId>core</artifactId>
    <version>3.0.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mobicents.cluster:core:3.0.0.1'

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

implementation("org.mobicents.cluster:core:3.0.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mobicents.cluster" % "core" % "3.0.0.1"

Advertisement