GroupId | GroupIdpl.chilldev.commons |
---|---|
ArtifactId | ArtifactIdcommons-concurrent |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
commons-concurrent-0.0.2.pom | |
commons-concurrent-0.0.2.jar | 6 KB |
commons-concurrent-0.0.2-sources.jar | 3 KB |
commons-concurrent-0.0.2-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.chilldev.commons/commons-concurrent/ -->
<dependency>
<groupId>pl.chilldev.commons</groupId>
<artifactId>commons-concurrent</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-concurrent/
implementation 'pl.chilldev.commons:commons-concurrent:0.0.2'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-concurrent/
implementation ("pl.chilldev.commons:commons-concurrent:0.0.2")
'pl.chilldev.commons:commons-concurrent:jar:0.0.2'
<dependency org="pl.chilldev.commons" name="commons-concurrent" rev="0.0.2">
<artifact name="commons-concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-concurrent', version='0.0.2')
)
libraryDependencies += "pl.chilldev.commons" % "commons-concurrent" % "0.0.2"
[pl.chilldev.commons/commons-concurrent "0.0.2"]