is not current version
Last Version 0.2.0-rc4

org.llorllale:gitlog-maven-plugin 0.1.0-rc14

Generates changelog and release notes for projects using git.

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.llorllale
ArtifactId

ArtifactId

gitlog-maven-plugin
Version

Version

0.1.0-rc14
Type

Type

jar

Download gitlog-maven-plugin 0.1.0-rc14


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