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