<dependency> <groupId>com.github.ferstl</groupId> <artifactId>depgraph-maven-plugin</artifactId> <version>4.0.3</version> <type>maven-plugin</type> </dependency>
'com.github.ferstl:depgraph-maven-plugin:maven-plugin:4.0.3'
<dependency org="com.github.ferstl" name="depgraph-maven-plugin" rev="4.0.3"> <artifact name="depgraph-maven-plugin" type="maven-plugin" /> </dependency>
@Grapes( @Grab(group='com.github.ferstl', module='depgraph-maven-plugin', version='4.0.3') )
compile 'com.github.ferstl:depgraph-maven-plugin:4.0.3'
libraryDependencies += "com.github.ferstl" % "depgraph-maven-plugin" % "4.0.3"
[com.github.ferstl/depgraph-maven-plugin "4.0.3"]