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