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