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