Dependency Information

Apache Maven

<dependency>
  <groupId>net.sf.logdistiller</groupId>
  <artifactId>logdistiller</artifactId>
  <version>1.2-SNAPSHOT</version>
</dependency>

Apache Buildr

'net.sf.logdistiller:logdistiller:jar:1.2-SNAPSHOT'

Apache Ant

<dependency org="net.sf.logdistiller" name="logdistiller" rev="1.2-SNAPSHOT">
  <artifact name="logdistiller" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.sf.logdistiller', module='logdistiller', version='1.2-SNAPSHOT')
)

Grails

compile 'net.sf.logdistiller:logdistiller:1.2-SNAPSHOT'

Leiningen

[net.sf.logdistiller/logdistiller "1.2-SNAPSHOT"]

SBT

libraryDependencies += "net.sf.logdistiller" %% "logdistiller" % "1.2-SNAPSHOT"