GroupId | GroupIdorg.restcomm.cluster |
---|---|
ArtifactId | ArtifactIdtimers |
Version | Version3.0.0.12 |
Type | Typejar |
Filename | Size |
---|---|
timers-3.0.0.12.pom | |
timers-3.0.0.12.jar | 29 KB |
timers-3.0.0.12-sources.jar | 23 KB |
timers-3.0.0.12-javadoc.jar | 291 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restcomm.cluster/timers/ -->
<dependency>
<groupId>org.restcomm.cluster</groupId>
<artifactId>timers</artifactId>
<version>3.0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.cluster/timers/
implementation 'org.restcomm.cluster:timers:3.0.0.12'
// https://jarcasting.com/artifacts/org.restcomm.cluster/timers/
implementation ("org.restcomm.cluster:timers:3.0.0.12")
'org.restcomm.cluster:timers:jar:3.0.0.12'
<dependency org="org.restcomm.cluster" name="timers" rev="3.0.0.12">
<artifact name="timers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.cluster', module='timers', version='3.0.0.12')
)
libraryDependencies += "org.restcomm.cluster" % "timers" % "3.0.0.12"
[org.restcomm.cluster/timers "3.0.0.12"]