MVN

org.mobicents.cluster : timers

Maven & Gradle

Jul 01, 2016
12 usages

Restcomm Cluster Framework Timers · Restcomm Cluster Framework Timers

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

Latest Version

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

  • Latest Stable: 3.0.0.1

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement