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