Download license-maven-plugin-3.0.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 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials