Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.ferstl</groupId>
  <artifactId>depgraph-maven-plugin</artifactId>
  <version>4.0.3</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.github.ferstl:depgraph-maven-plugin:maven-plugin:4.0.3'

Apache Ivy

<dependency org="com.github.ferstl" name="depgraph-maven-plugin" rev="4.0.3">
  <artifact name="depgraph-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.ferstl', module='depgraph-maven-plugin', version='4.0.3')
)

Gradle/Grails

compile 'com.github.ferstl:depgraph-maven-plugin:4.0.3'

Scala SBT

libraryDependencies += "com.github.ferstl" % "depgraph-maven-plugin" % "4.0.3"

Leiningen

[com.github.ferstl/depgraph-maven-plugin "4.0.3"]