Dependency Information

Apache Maven

<dependency>
  <groupId>net.sourceforge.jdatebutton</groupId>
  <artifactId>jdatebutton-swing</artifactId>
  <version>v2.1.0-b3</version>
</dependency>

Apache Buildr

'net.sourceforge.jdatebutton:jdatebutton-swing:jar:v2.1.0-b3'

Apache Ivy

<dependency org="net.sourceforge.jdatebutton" name="jdatebutton-swing" rev="v2.1.0-b3">
  <artifact name="jdatebutton-swing" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.sourceforge.jdatebutton', module='jdatebutton-swing', version='v2.1.0-b3')
)

Grails

compile 'net.sourceforge.jdatebutton:jdatebutton-swing:v2.1.0-b3'

Leiningen

[net.sourceforge.jdatebutton/jdatebutton-swing "v2.1.0-b3"]

SBT

libraryDependencies += "net.sourceforge.jdatebutton" % "jdatebutton-swing" % "v2.1.0-b3"