GroupId | GroupIdio.esastack |
---|---|
ArtifactId | ArtifactIdcommons-concurrency-test |
Version | Version0.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.esastack/commons-concurrency-test/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>commons-concurrency-test</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/commons-concurrency-test/
implementation 'io.esastack:commons-concurrency-test:0.2.1'
// https://jarcasting.com/artifacts/io.esastack/commons-concurrency-test/
implementation ("io.esastack:commons-concurrency-test:0.2.1")
'io.esastack:commons-concurrency-test:jar:0.2.1'
<dependency org="io.esastack" name="commons-concurrency-test" rev="0.2.1">
<artifact name="commons-concurrency-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='commons-concurrency-test', version='0.2.1')
)
libraryDependencies += "io.esastack" % "commons-concurrency-test" % "0.2.1"
[io.esastack/commons-concurrency-test "0.2.1"]