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