Dependency Information

Apache Maven

<dependency>
  <groupId>org.woehlke</groupId>
  <artifactId>simpleworklist</artifactId>
  <version>3.0.8</version>
</dependency>

Apache Buildr

'org.woehlke:simpleworklist:jar:3.0.8'

Apache Ivy

<dependency org="org.woehlke" name="simpleworklist" rev="3.0.8">
  <artifact name="simpleworklist" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.woehlke', module='simpleworklist', version='3.0.8')
)

Gradle/Grails

compile 'org.woehlke:simpleworklist:3.0.8'

Scala SBT

libraryDependencies += "org.woehlke" % "simpleworklist" % "3.0.8"

Leiningen

[org.woehlke/simpleworklist "3.0.8"]