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