Files download
File Operation
daemon-0.6.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.veithen.daemon</groupId>
  <artifactId>daemon</artifactId>
  <version>0.6.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.veithen.daemon:daemon:0.6.2'
Gradle Kotlin
implementation("com.github.veithen.daemon:daemon:0.6.2")
Scala SBT
libraryDependencies += "com.github.veithen.daemon" % "daemon" % "0.6.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.veithen.daemon', module='daemon', version='0.6.2')
)
Apache Ivy
<dependency org="com.github.veithen.daemon" name="daemon" rev="0.6.2" />
Leiningen
[com.github.veithen.daemon/daemon "0.6.2"]
Apache Buildr
'com.github.veithen.daemon:daemon:jar:0.6.2'