License |
License |
---|---|
Categories |
CategoriesGeronimo Container Application Servers |
GroupId | GroupIdorg.apache.geronimo.specs |
ArtifactId | ArtifactIdgeronimo-concurrent_1.0_spec |
Version | Version1.0-EA |
Type | Typejar |
Description |
DescriptionApache Geronimo Concurrency Utilities for Java EE API
Provides open-source implementations of Sun specifications.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.specs/geronimo-concurrent_1.0_spec/ -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-concurrent_1.0_spec</artifactId>
<version>1.0-EA</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.specs/geronimo-concurrent_1.0_spec/
implementation 'org.apache.geronimo.specs:geronimo-concurrent_1.0_spec:1.0-EA'
// https://jarcasting.com/artifacts/org.apache.geronimo.specs/geronimo-concurrent_1.0_spec/
implementation ("org.apache.geronimo.specs:geronimo-concurrent_1.0_spec:1.0-EA")
'org.apache.geronimo.specs:geronimo-concurrent_1.0_spec:jar:1.0-EA'
<dependency org="org.apache.geronimo.specs" name="geronimo-concurrent_1.0_spec" rev="1.0-EA">
<artifact name="geronimo-concurrent_1.0_spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.specs', module='geronimo-concurrent_1.0_spec', version='1.0-EA')
)
libraryDependencies += "org.apache.geronimo.specs" % "geronimo-concurrent_1.0_spec" % "1.0-EA"
[org.apache.geronimo.specs/geronimo-concurrent_1.0_spec "1.0-EA"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |