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