Dependency Information

Apache Maven

<dependency>
  <groupId>net.sf.jung</groupId>
  <artifactId>jung-parent</artifactId>
  <version>2.1</version>
  <type>pom</type>
</dependency>

Apache Buildr

'net.sf.jung:jung-parent:pom:2.1'

Apache Ivy

<dependency org="net.sf.jung" name="jung-parent" rev="2.1">
  <artifact name="jung-parent" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.sf.jung', module='jung-parent', version='2.1')
)

Grails

compile 'net.sf.jung:jung-parent:2.1'

Leiningen

[net.sf.jung/jung-parent "2.1"]

SBT

libraryDependencies += "net.sf.jung" % "jung-parent" % "2.1"