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