is not current version
Last Version 4.2.rc3

com.mycila:license-maven-plugin-parent 4.0.rc1

Contains a Maven 2 plugin to check and update license headers in source files and its optional dependencies

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.mycila
ArtifactId

ArtifactId

license-maven-plugin-parent
Version

Version

4.0.rc1
Type

Type

pom

Download license-maven-plugin-parent 4.0.rc1


<!-- https://jarcasting.com/artifacts/com.mycila/license-maven-plugin-parent/ -->
<dependency>
    <groupId>com.mycila</groupId>
    <artifactId>license-maven-plugin-parent</artifactId>
    <version>4.0.rc1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mycila/license-maven-plugin-parent/
implementation 'com.mycila:license-maven-plugin-parent:4.0.rc1'
// https://jarcasting.com/artifacts/com.mycila/license-maven-plugin-parent/
implementation ("com.mycila:license-maven-plugin-parent:4.0.rc1")
'com.mycila:license-maven-plugin-parent:pom:4.0.rc1'
<dependency org="com.mycila" name="license-maven-plugin-parent" rev="4.0.rc1">
  <artifact name="license-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mycila', module='license-maven-plugin-parent', version='4.0.rc1')
)
libraryDependencies += "com.mycila" % "license-maven-plugin-parent" % "4.0.rc1"
[com.mycila/license-maven-plugin-parent "4.0.rc1"]