GroupId | GroupIdpl.chilldev.commons |
---|---|
ArtifactId | ArtifactIdcommons-concurrent |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-concurrent-0.1.0.pom | |
commons-concurrent-0.1.0.jar | 6 KB |
commons-concurrent-0.1.0-sources.jar | 3 KB |
commons-concurrent-0.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-concurrent/
implementation 'pl.chilldev.commons:commons-concurrent:0.1.0'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-concurrent/
implementation ("pl.chilldev.commons:commons-concurrent:0.1.0")
'pl.chilldev.commons:commons-concurrent:jar:0.1.0'
<dependency org="pl.chilldev.commons" name="commons-concurrent" rev="0.1.0">
<artifact name="commons-concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-concurrent', version='0.1.0')
)
libraryDependencies += "pl.chilldev.commons" % "commons-concurrent" % "0.1.0"
[pl.chilldev.commons/commons-concurrent "0.1.0"]