GroupId | GroupIdorg.mobicents.media.endpoints |
---|---|
ArtifactId | ArtifactIdconference-bridge |
Version | Version2.2.0.FINAL |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mobicents.media.endpoints/conference-bridge/ -->
<dependency>
<groupId>org.mobicents.media.endpoints</groupId>
<artifactId>conference-bridge</artifactId>
<version>2.2.0.FINAL</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.media.endpoints/conference-bridge/
implementation 'org.mobicents.media.endpoints:conference-bridge:2.2.0.FINAL'
// https://jarcasting.com/artifacts/org.mobicents.media.endpoints/conference-bridge/
implementation ("org.mobicents.media.endpoints:conference-bridge:2.2.0.FINAL")
'org.mobicents.media.endpoints:conference-bridge:jar:2.2.0.FINAL'
<dependency org="org.mobicents.media.endpoints" name="conference-bridge" rev="2.2.0.FINAL">
<artifact name="conference-bridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.media.endpoints', module='conference-bridge', version='2.2.0.FINAL')
)
libraryDependencies += "org.mobicents.media.endpoints" % "conference-bridge" % "2.2.0.FINAL"
[org.mobicents.media.endpoints/conference-bridge "2.2.0.FINAL"]