GroupId | GroupIdcom.foreach.libs |
---|---|
ArtifactId | ArtifactIdcommon-concurrent |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
common-concurrent-1.0.pom | |
common-concurrent-1.0.jar | 33 KB |
common-concurrent-1.0-sources.jar | 28 KB |
common-concurrent-1.0-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>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.foreach.libs/common-concurrent/
implementation 'com.foreach.libs:common-concurrent:1.0'
// https://jarcasting.com/artifacts/com.foreach.libs/common-concurrent/
implementation ("com.foreach.libs:common-concurrent:1.0")
'com.foreach.libs:common-concurrent:jar:1.0'
<dependency org="com.foreach.libs" name="common-concurrent" rev="1.0">
<artifact name="common-concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foreach.libs', module='common-concurrent', version='1.0')
)
libraryDependencies += "com.foreach.libs" % "common-concurrent" % "1.0"
[com.foreach.libs/common-concurrent "1.0"]