l

license-maven-plugin

Maven 2 plugin to check and update license headers in source files
http://mycila.github.io/${mycila.github.name}
Files download
File Operation
license-maven-plugin-2.3.jar download
license-maven-plugin-2.3.pom download
license-maven-plugin-2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mycila</groupId>
  <artifactId>license-maven-plugin</artifactId>
  <version>2.3</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.mycila:license-maven-plugin:2.3'
Gradle Kotlin
implementation("com.mycila:license-maven-plugin:2.3")
Scala SBT
libraryDependencies += "com.mycila" % "license-maven-plugin" % "2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.mycila', module='license-maven-plugin', version='2.3')
)
Apache Ivy
<dependency org="com.mycila" name="license-maven-plugin" rev="2.3" />
Leiningen
[com.mycila/license-maven-plugin "2.3"]
Apache Buildr
'com.mycila:license-maven-plugin:jar:2.3'