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