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