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