Download maven-license-plugin-1.10.b1.jar file - Jar m

Jar examples for m:maven-license-plugin

Description

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

You can download jar file maven-license-plugin 1.10.b1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

maven-license-plugin-1.10.b1-javadoc.jar
maven-license-plugin-1.10.b1-sources.jar
maven-license-plugin-1.10.b1.jar
maven-license-plugin-1.10.b1.pom



Related Tutorials