Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.proofpoint.platform |
ArtifactId | ArtifactIdconcurrent |
Version | Version1.88 |
Type | Typejar |
Filename | Size |
---|---|
concurrent-1.88.pom | |
concurrent-1.88.jar | 34 KB |
concurrent-1.88-test-sources.jar | 11 KB |
concurrent-1.88-sources.jar | 16 KB |
concurrent-1.88-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.proofpoint.platform/concurrent/ -->
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>concurrent</artifactId>
<version>1.88</version>
</dependency>
// https://jarcasting.com/artifacts/com.proofpoint.platform/concurrent/
implementation 'com.proofpoint.platform:concurrent:1.88'
// https://jarcasting.com/artifacts/com.proofpoint.platform/concurrent/
implementation ("com.proofpoint.platform:concurrent:1.88")
'com.proofpoint.platform:concurrent:jar:1.88'
<dependency org="com.proofpoint.platform" name="concurrent" rev="1.88">
<artifact name="concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.proofpoint.platform', module='concurrent', version='1.88')
)
libraryDependencies += "com.proofpoint.platform" % "concurrent" % "1.88"
[com.proofpoint.platform/concurrent "1.88"]