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