GroupId | GroupIdcom.foreach.libs |
---|---|
ArtifactId | ArtifactIdcommon-concurrent |
Version | Version0.12 |
Type | Typejar |
Filename | Size |
---|---|
common-concurrent-0.12.pom | |
common-concurrent-0.12.jar | 33 KB |
common-concurrent-0.12-sources.jar | 28 KB |
common-concurrent-0.12-javadoc.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.foreach.libs/common-concurrent/ -->
<dependency>
<groupId>com.foreach.libs</groupId>
<artifactId>common-concurrent</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.foreach.libs/common-concurrent/
implementation 'com.foreach.libs:common-concurrent:0.12'
// https://jarcasting.com/artifacts/com.foreach.libs/common-concurrent/
implementation ("com.foreach.libs:common-concurrent:0.12")
'com.foreach.libs:common-concurrent:jar:0.12'
<dependency org="com.foreach.libs" name="common-concurrent" rev="0.12">
<artifact name="common-concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foreach.libs', module='common-concurrent', version='0.12')
)
libraryDependencies += "com.foreach.libs" % "common-concurrent" % "0.12"
[com.foreach.libs/common-concurrent "0.12"]