l

license-maven-plugin

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