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