Maven Coordinates

Apache Maven

<dependency>
  <groupId>com.mycila</groupId>
  <artifactId>license-maven-plugin-git</artifactId>
  <version>5.0.0-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="com.mycila" name="license-maven-plugin-git" rev="5.0.0-SNAPSHOT">
  <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-SNAPSHOT')
)

Gradle/Grails

implementation 'com.mycila:license-maven-plugin-git:5.0.0-SNAPSHOT'

Scala SBT

libraryDependencies += "com.mycila" % "license-maven-plugin-git" % "5.0.0-SNAPSHOT"

Leiningen

[com.mycila/license-maven-plugin-git "5.0.0-SNAPSHOT"]