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