<dependency> <groupId>dev.cookiecode</groupId> <artifactId>another-protobuf-maven-plugin</artifactId> <version>2.1.0</version> <type>maven-plugin</type> </dependency>
'dev.cookiecode:another-protobuf-maven-plugin:maven-plugin:2.1.0'
<dependency org="dev.cookiecode" name="another-protobuf-maven-plugin" rev="2.1.0"> <artifact name="another-protobuf-maven-plugin" type="maven-plugin" /> </dependency>
@Grapes( @Grab(group='dev.cookiecode', module='another-protobuf-maven-plugin', version='2.1.0') )
compile 'dev.cookiecode:another-protobuf-maven-plugin:2.1.0'
libraryDependencies += "dev.cookiecode" % "another-protobuf-maven-plugin" % "2.1.0"
[dev.cookiecode/another-protobuf-maven-plugin "2.1.0"]