is not current version
Last Version 4.2.rc3

com.mycila:license-maven-plugin-git 3.0

An optional module for license-maven-plugin adding git related functionality

Categories

Categories

Maven Build Tools Git Development Tools Version Controls
GroupId

GroupId

com.mycila
ArtifactId

ArtifactId

license-maven-plugin-git
Version

Version

3.0
Type

Type

jar

Download license-maven-plugin-git 3.0


<!-- https://jarcasting.com/artifacts/com.mycila/license-maven-plugin-git/ -->
<dependency>
    <groupId>com.mycila</groupId>
    <artifactId>license-maven-plugin-git</artifactId>
    <version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mycila/license-maven-plugin-git/
implementation 'com.mycila:license-maven-plugin-git:3.0'
// https://jarcasting.com/artifacts/com.mycila/license-maven-plugin-git/
implementation ("com.mycila:license-maven-plugin-git:3.0")
'com.mycila:license-maven-plugin-git:jar:3.0'
<dependency org="com.mycila" name="license-maven-plugin-git" rev="3.0">
  <artifact name="license-maven-plugin-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mycila', module='license-maven-plugin-git', version='3.0')
)
libraryDependencies += "com.mycila" % "license-maven-plugin-git" % "3.0"
[com.mycila/license-maven-plugin-git "3.0"]