Download license-maven-plugin-3.0.rc1.jar file - Jar l

Jar examples for l:license-maven-plugin

Description

Maven 2 plugin to check and update license headers in source files

You can download jar file license-maven-plugin 3.0.rc1 in this page.

License

Apache License

Build File

You can use the following script to add license-maven-plugin-3.0.rc1.jar to your project.

<dependency>
   <groupId>com.mycila</groupId>
   <artifactId>license-maven-plugin</artifactId>
   <version>3.0.rc1</version>
</dependency>
compile group: 'com.mycila', name: 'license-maven-plugin', version: '3.0.rc1'
libraryDependencies += "com.mycila" % "license-maven-plugin" % "3.0.rc1"
<dependency org="com.mycila" name="license-maven-plugin" rev="3.0.rc1"/>
@Grapes(@Grab(group='com.mycila', module='license-maven-plugin', version='3.0.rc1'))
'com.mycila:license-maven-plugin:jar:3.0.rc1'

Download

Click the following link to download the jar file.

license-maven-plugin-3.0.rc1-javadoc.jar
license-maven-plugin-3.0.rc1-sources.jar
license-maven-plugin-3.0.rc1.jar
license-maven-plugin-3.0.rc1.pom



Related Tutorials