GroupId | GroupIdorg.mobicents.tools |
---|---|
ArtifactId | ArtifactIdheartbeat |
Version | Version10.0.208 |
Type | Typejar |
Filename | Size |
---|---|
heartbeat-10.0.208.pom | |
heartbeat-10.0.208.jar | 32 KB |
heartbeat-10.0.208-sources.jar | 24 KB |
heartbeat-10.0.208-javadoc.jar | 333 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.tools/heartbeat/ -->
<dependency>
<groupId>org.mobicents.tools</groupId>
<artifactId>heartbeat</artifactId>
<version>10.0.208</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.tools/heartbeat/
implementation 'org.mobicents.tools:heartbeat:10.0.208'
// https://jarcasting.com/artifacts/org.mobicents.tools/heartbeat/
implementation ("org.mobicents.tools:heartbeat:10.0.208")
'org.mobicents.tools:heartbeat:jar:10.0.208'
<dependency org="org.mobicents.tools" name="heartbeat" rev="10.0.208">
<artifact name="heartbeat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.tools', module='heartbeat', version='10.0.208')
)
libraryDependencies += "org.mobicents.tools" % "heartbeat" % "10.0.208"
[org.mobicents.tools/heartbeat "10.0.208"]