MVN

com.mobius-software.cluster : timers

Maven & Gradle

Jun 18, 2023
1 stars

Mobius Framework Timers · Mobius Cluster Framework Timers

<dependency>
    <groupId>com.mobius-software.cluster</groupId>
    <artifactId>timers</artifactId>
    <version>8.0.0-38</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mobius-software.cluster : timers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.0-38

All Versions

Choose a version of com.mobius-software.cluster : timers to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
timers-8.0.0-38
timers-8.0.0-36
timers-8.0.0-35
timers-8.0.0-33
timers-8.0.0-32
timers-8.0.0-31
timers-8.0.0-30
timers-8.0.0-29
timers-8.0.0-28
timers-8.0.0-27
timers-8.0.0-26

How to add a dependency to Maven

Add the following com.mobius-software.cluster : timers maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mobius-software.cluster</groupId>
    <artifactId>timers</artifactId>
    <version>8.0.0-38</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mobius-software.cluster : timers gradle dependency to your build.gradle file:

implementation 'com.mobius-software.cluster:timers:8.0.0-38'

Gradle Kotlin DSL: Add the following com.mobius-software.cluster : timers gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mobius-software.cluster:timers:8.0.0-38")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mobius-software.cluster : timers sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mobius-software.cluster" % "timers" % "8.0.0-38"

Advertisement