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