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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials