Files download
File Operation
license-maven-plugin-1.0.0.jar download
license-maven-plugin-1.0.0.pom download
license-maven-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mengweijin</groupId>
  <artifactId>license-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.mengweijin:license-maven-plugin:1.0.0'
Gradle Kotlin
implementation("com.github.mengweijin:license-maven-plugin:1.0.0")
Scala SBT
libraryDependencies += "com.github.mengweijin" % "license-maven-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mengweijin', module='license-maven-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.mengweijin" name="license-maven-plugin" rev="1.0.0" />
Leiningen
[com.github.mengweijin/license-maven-plugin "1.0.0"]
Apache Buildr
'com.github.mengweijin:license-maven-plugin:jar:1.0.0'