Maven Coordinates
Apache Maven
<dependency> <groupId>com.mycila</groupId> <artifactId>license-maven-plugin-git</artifactId> <version>5.0.0</version> </dependency>
Apache Ivy
<dependency org="com.mycila" name="license-maven-plugin-git" rev="5.0.0"> <artifact name="license-maven-plugin-git" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.mycila', module='license-maven-plugin-git', version='5.0.0') )
Gradle/Grails
implementation 'com.mycila:license-maven-plugin-git:5.0.0'
Scala SBT
libraryDependencies += "com.mycila" % "license-maven-plugin-git" % "5.0.0"
Leiningen
[com.mycila/license-maven-plugin-git "5.0.0"]
