Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>de.bsvrz.sys</groupId>
  <artifactId>de.bsvrz.sys.funclib.timeout</artifactId>
  <version>3.6.5</version>
</dependency>

Apache Buildr

'de.bsvrz.sys:de.bsvrz.sys.funclib.timeout:jar:3.6.5'

Apache Ivy

<dependency org="de.bsvrz.sys" name="de.bsvrz.sys.funclib.timeout" rev="3.6.5">
  <artifact name="de.bsvrz.sys.funclib.timeout" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='de.bsvrz.sys', module='de.bsvrz.sys.funclib.timeout', version='3.6.5')
)

Grails

compile 'de.bsvrz.sys:de.bsvrz.sys.funclib.timeout:3.6.5'

Leiningen

[de.bsvrz.sys/de.bsvrz.sys.funclib.timeout "3.6.5"]

SBT

libraryDependencies += "de.bsvrz.sys" % "de.bsvrz.sys.funclib.timeout" % "3.6.5"