is not current version
Last Version 2.2.1

org.apache.geronimo.plugins:concurrent 2.2

Implementation of the Concurrency Utilities for Java EE specification.

Categories

Categories

Geronimo Container Application Servers
GroupId

GroupId

org.apache.geronimo.plugins
ArtifactId

ArtifactId

concurrent
Version

Version

2.2
Type

Type

pom

Download concurrent 2.2

Filename Size
concurrent-2.2.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugins/concurrent/ -->
<dependency>
    <groupId>org.apache.geronimo.plugins</groupId>
    <artifactId>concurrent</artifactId>
    <version>2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/concurrent/
implementation 'org.apache.geronimo.plugins:concurrent:2.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/concurrent/
implementation ("org.apache.geronimo.plugins:concurrent:2.2")
'org.apache.geronimo.plugins:concurrent:pom:2.2'
<dependency org="org.apache.geronimo.plugins" name="concurrent" rev="2.2">
  <artifact name="concurrent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='concurrent', version='2.2')
)
libraryDependencies += "org.apache.geronimo.plugins" % "concurrent" % "2.2"
[org.apache.geronimo.plugins/concurrent "2.2"]