Dependency Information

Apache Maven

<dependency>
  <groupId>net.sf.kdgcommons</groupId>
  <artifactId>kdgcommons</artifactId>
  <version>1.0.17</version>
</dependency>

Apache Buildr

'net.sf.kdgcommons:kdgcommons:jar:1.0.17'

Apache Ivy

<dependency org="net.sf.kdgcommons" name="kdgcommons" rev="1.0.17">
  <artifact name="kdgcommons" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.sf.kdgcommons', module='kdgcommons', version='1.0.17')
)

Gradle/Grails

compile 'net.sf.kdgcommons:kdgcommons:1.0.17'

Scala SBT

libraryDependencies += "net.sf.kdgcommons" % "kdgcommons" % "1.0.17"

Leiningen

[net.sf.kdgcommons/kdgcommons "1.0.17"]