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