GroupId | GroupIdorg.mobicents.media |
---|---|
ArtifactId | ArtifactIdconcurrent |
Version | Version3.0.2.FINAL |
Type | Typejar |
Filename | Size |
---|---|
concurrent-3.0.2.FINAL.pom | |
concurrent-3.0.2.FINAL.jar | 6 KB |
concurrent-3.0.2.FINAL-sources.jar | 4 KB |
concurrent-3.0.2.FINAL-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.media/concurrent/ -->
<dependency>
<groupId>org.mobicents.media</groupId>
<artifactId>concurrent</artifactId>
<version>3.0.2.FINAL</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.media/concurrent/
implementation 'org.mobicents.media:concurrent:3.0.2.FINAL'
// https://jarcasting.com/artifacts/org.mobicents.media/concurrent/
implementation ("org.mobicents.media:concurrent:3.0.2.FINAL")
'org.mobicents.media:concurrent:jar:3.0.2.FINAL'
<dependency org="org.mobicents.media" name="concurrent" rev="3.0.2.FINAL">
<artifact name="concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.media', module='concurrent', version='3.0.2.FINAL')
)
libraryDependencies += "org.mobicents.media" % "concurrent" % "3.0.2.FINAL"
[org.mobicents.media/concurrent "3.0.2.FINAL"]