To use this Maven module in your project, you need to add the following dependency to your Maven project:
<dependency> <groupId>com.puresoltechnologies.maven.plugins</groupId> <artifactId>license-maven-plugin</artifactId> <version>1.2.1</version> </dependency>
If this project was published at Maven Central, please have also a look to the project page at Maven Central .
For other build tools use the following dependency information:
Build Tool | Dependency |
---|---|
Apache Buildr |
'com.puresoltechnologies.maven.plugins:license-maven-plugin:jar:maven-plugin' |
Apache Ivy |
<dependency org="com.puresoltechnologies.maven.plugins" name="license-maven-plugin" rev="1.2.1" /> |
Groovy Grape |
@Grapes( @Grab(group='com.puresoltechnologies.maven.plugins', module='license-maven-plugin', version='1.2.1') ) |
Gradle/Grails |
compile 'com.puresoltechnologies.maven.plugins:license-maven-plugin:maven-plugin' |
Scala SBT |
libraryDependencies += "com.puresoltechnologies.maven.plugins" % "license-maven-plugin" % "1.2.1" |
Leiningen |
[com.puresoltechnologies.maven.plugins/license-maven-plugin "1.2.1"] |