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