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