GroupId | GroupIdcom.facebook.jcommon |
---|---|
ArtifactId | ArtifactIdconcurrency |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
concurrency-0.1.3.pom | |
concurrency-0.1.3.jar | 83 KB |
concurrency-0.1.3-tests.jar | 58 KB |
concurrency-0.1.3-test-sources.jar | 21 KB |
concurrency-0.1.3-sources.jar | 48 KB |
concurrency-0.1.3-javadoc.jar | 226 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.jcommon/concurrency/ -->
<dependency>
<groupId>com.facebook.jcommon</groupId>
<artifactId>concurrency</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.jcommon/concurrency/
implementation 'com.facebook.jcommon:concurrency:0.1.3'
// https://jarcasting.com/artifacts/com.facebook.jcommon/concurrency/
implementation ("com.facebook.jcommon:concurrency:0.1.3")
'com.facebook.jcommon:concurrency:jar:0.1.3'
<dependency org="com.facebook.jcommon" name="concurrency" rev="0.1.3">
<artifact name="concurrency" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.jcommon', module='concurrency', version='0.1.3')
)
libraryDependencies += "com.facebook.jcommon" % "concurrency" % "0.1.3"
[com.facebook.jcommon/concurrency "0.1.3"]