Dependency Information

Apache Maven

<dependency>
  <groupId>com.mycila</groupId>
  <artifactId>license-maven-plugin-parent</artifactId>
  <version>4.3-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="com.mycila" name="license-maven-plugin-parent" rev="4.3-SNAPSHOT">
  <artifact name="license-maven-plugin-parent" type="pom" />
</dependency>

Groovy Grape

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

Gradle/Grails

implementation 'com.mycila:license-maven-plugin-parent:4.3-SNAPSHOT'

Scala SBT

libraryDependencies += "com.mycila" % "license-maven-plugin-parent" % "4.3-SNAPSHOT"

Leiningen

[com.mycila/license-maven-plugin-parent "4.3-SNAPSHOT"]