| GroupId | GroupIdorg.rhq |
|---|---|
| ArtifactId | ArtifactIdalert-mobicents |
| Version | Version4.7.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| alert-mobicents-4.7.0.pom | |
| alert-mobicents-4.7.0.jar | 8 KB |
| alert-mobicents-4.7.0-sources.jar | 5 KB |
| alert-mobicents-4.7.0-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.rhq/alert-mobicents/ -->
<dependency>
<groupId>org.rhq</groupId>
<artifactId>alert-mobicents</artifactId>
<version>4.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/alert-mobicents/
implementation 'org.rhq:alert-mobicents:4.7.0'
// https://jarcasting.com/artifacts/org.rhq/alert-mobicents/
implementation ("org.rhq:alert-mobicents:4.7.0")
'org.rhq:alert-mobicents:jar:4.7.0'
<dependency org="org.rhq" name="alert-mobicents" rev="4.7.0">
<artifact name="alert-mobicents" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='alert-mobicents', version='4.7.0')
)
libraryDependencies += "org.rhq" % "alert-mobicents" % "4.7.0"
[org.rhq/alert-mobicents "4.7.0"]