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