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