l

license-maven-plugin-parent

Contains a Maven 2 plugin to check and update license headers in source files and its optional dependencies
https://oss.carbou.me/license-maven-plugin/reports/${project.version}
Apache License 2.0
Mathieu Carbou
Mathieu Carbou Jeremy Landis
Files download
File Operation
license-maven-plugin-parent-4.4.pom download
Apache Maven
<dependency>
  <groupId>com.mycila</groupId>
  <artifactId>license-maven-plugin-parent</artifactId>
  <version>4.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.mycila:license-maven-plugin-parent:4.4'
Gradle Kotlin
implementation("com.mycila:license-maven-plugin-parent:4.4")
Scala SBT
libraryDependencies += "com.mycila" % "license-maven-plugin-parent" % "4.4"
Groovy Grape
@Grapes(
  @Grab(group='com.mycila', module='license-maven-plugin-parent', version='4.4')
)
Apache Ivy
<dependency org="com.mycila" name="license-maven-plugin-parent" rev="4.4" />
Leiningen
[com.mycila/license-maven-plugin-parent "4.4"]
Apache Buildr
'com.mycila:license-maven-plugin-parent:jar:4.4'
Dependencies
The project has no third-party dependencies