GroupId | GroupIdorg.jacorb.jacorb-demo |
---|---|
ArtifactId | ArtifactIdconcurrency |
Version | Version3.7 |
Type | Typejar |
Filename | Size |
---|---|
concurrency-3.7.pom | |
concurrency-3.7.jar | 9 KB |
concurrency-3.7-sources.jar | 4 KB |
concurrency-3.7-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jacorb.jacorb-demo/concurrency/ -->
<dependency>
<groupId>org.jacorb.jacorb-demo</groupId>
<artifactId>concurrency</artifactId>
<version>3.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.jacorb.jacorb-demo/concurrency/
implementation 'org.jacorb.jacorb-demo:concurrency:3.7'
// https://jarcasting.com/artifacts/org.jacorb.jacorb-demo/concurrency/
implementation ("org.jacorb.jacorb-demo:concurrency:3.7")
'org.jacorb.jacorb-demo:concurrency:jar:3.7'
<dependency org="org.jacorb.jacorb-demo" name="concurrency" rev="3.7">
<artifact name="concurrency" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jacorb.jacorb-demo', module='concurrency', version='3.7')
)
libraryDependencies += "org.jacorb.jacorb-demo" % "concurrency" % "3.7"
[org.jacorb.jacorb-demo/concurrency "3.7"]