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