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