GroupId | GroupIdorg.mobicents.commons |
---|---|
ArtifactId | ArtifactIdcommons-concurrent |
Version | Version1.0.120 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mobicents.commons/commons-concurrent/ -->
<dependency>
<groupId>org.mobicents.commons</groupId>
<artifactId>commons-concurrent</artifactId>
<version>1.0.120</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.commons/commons-concurrent/
implementation 'org.mobicents.commons:commons-concurrent:1.0.120'
// https://jarcasting.com/artifacts/org.mobicents.commons/commons-concurrent/
implementation ("org.mobicents.commons:commons-concurrent:1.0.120")
'org.mobicents.commons:commons-concurrent:jar:1.0.120'
<dependency org="org.mobicents.commons" name="commons-concurrent" rev="1.0.120">
<artifact name="commons-concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.commons', module='commons-concurrent', version='1.0.120')
)
libraryDependencies += "org.mobicents.commons" % "commons-concurrent" % "1.0.120"
[org.mobicents.commons/commons-concurrent "1.0.120"]