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