l

license-maven-plugin

Check dependencies licenses for compliance
https://github.com/chonton/${project.artifactId}
Apache-2.0
chas honton
文件下载
文件名 操作
license-maven-plugin-0.0.4.jar 下载
license-maven-plugin-0.0.4.pom 下载
license-maven-plugin-0.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.honton.chas</groupId>
  <artifactId>license-maven-plugin</artifactId>
  <version>0.0.4</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.honton.chas:license-maven-plugin:0.0.4'
Gradle Kotlin
implementation("org.honton.chas:license-maven-plugin:0.0.4")
Scala SBT
libraryDependencies += "org.honton.chas" % "license-maven-plugin" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.honton.chas', module='license-maven-plugin', version='0.0.4')
)
Apache Ivy
<dependency org="org.honton.chas" name="license-maven-plugin" rev="0.0.4" />
Leiningen
[org.honton.chas/license-maven-plugin "0.0.4"]
Apache Buildr
'org.honton.chas:license-maven-plugin:jar:0.0.4'