License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.mycila |
ArtifactId | ArtifactIdlicense-maven-plugin-parent |
Last Version | Last Version4.2.rc3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionlicense-maven-plugin-parent
Contains a Maven 2 plugin to check and update license headers in source files and its optional
dependencies
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
license-maven-plugin-parent-4.2.rc3.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mycila/license-maven-plugin-parent/ -->
<dependency>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin-parent</artifactId>
<version>4.2.rc3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mycila/license-maven-plugin-parent/
implementation 'com.mycila:license-maven-plugin-parent:4.2.rc3'
// https://jarcasting.com/artifacts/com.mycila/license-maven-plugin-parent/
implementation ("com.mycila:license-maven-plugin-parent:4.2.rc3")
'com.mycila:license-maven-plugin-parent:pom:4.2.rc3'
<dependency org="com.mycila" name="license-maven-plugin-parent" rev="4.2.rc3">
<artifact name="license-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mycila', module='license-maven-plugin-parent', version='4.2.rc3')
)
libraryDependencies += "com.mycila" % "license-maven-plugin-parent" % "4.2.rc3"
[com.mycila/license-maven-plugin-parent "4.2.rc3"]