Maven Coordinates

Apache Maven

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

Apache Ivy

<dependency org="com.mycila" name="license-maven-plugin-fs" rev="5.0.0-SNAPSHOT">
  <artifact name="license-maven-plugin-fs" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.mycila', module='license-maven-plugin-fs', version='5.0.0-SNAPSHOT')
)

Gradle/Grails

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

Scala SBT

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

Leiningen

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