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