License |
License |
---|---|
GroupId | GroupIdorg.catools |
ArtifactId | ArtifactIdcommon.concurrent |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCore Automation Common - Concurrent
The common concurrent objects which use in all other CATools projects
|
Filename | Size |
---|---|
common.concurrent-1.0.1.pom | |
common.concurrent-1.0.1.jar | 17 KB |
common.concurrent-1.0.1-sources.jar | 11 KB |
common.concurrent-1.0.1-javadoc.jar | 439 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.catools/common.concurrent/ -->
<dependency>
<groupId>org.catools</groupId>
<artifactId>common.concurrent</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.catools/common.concurrent/
implementation 'org.catools:common.concurrent:1.0.1'
// https://jarcasting.com/artifacts/org.catools/common.concurrent/
implementation ("org.catools:common.concurrent:1.0.1")
'org.catools:common.concurrent:jar:1.0.1'
<dependency org="org.catools" name="common.concurrent" rev="1.0.1">
<artifact name="common.concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.catools', module='common.concurrent', version='1.0.1')
)
libraryDependencies += "org.catools" % "common.concurrent" % "1.0.1"
[org.catools/common.concurrent "1.0.1"]