l

license-maven-plugin-parent

Contains a Maven 2 plugin to check and update license headers in source files and its optional dependencies
https://mycila.carbou.me/license-maven-plugin/reports/${project.version}
Mathieu Carbou Jeremy Landis
文件下载
文件名 操作
license-maven-plugin-parent-4.3.pom 下载
Apache Maven
<dependency>
  <groupId>com.mycila</groupId>
  <artifactId>license-maven-plugin-parent</artifactId>
  <version>4.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.mycila:license-maven-plugin-parent:4.3'
Gradle Kotlin
implementation("com.mycila:license-maven-plugin-parent:4.3")
Scala SBT
libraryDependencies += "com.mycila" % "license-maven-plugin-parent" % "4.3"
Groovy Grape
@Grapes(
  @Grab(group='com.mycila', module='license-maven-plugin-parent', version='4.3')
)
Apache Ivy
<dependency org="com.mycila" name="license-maven-plugin-parent" rev="4.3" />
Leiningen
[com.mycila/license-maven-plugin-parent "4.3"]
Apache Buildr
'com.mycila:license-maven-plugin-parent:jar:4.3'