MVN

org.llorllale : gitlog-maven-plugin

Maven & Gradle

Feb 14, 2018
9 stars

gitlog-maven-plugin · Generates changelog and release notes for projects using git.

<dependency>
    <groupId>org.llorllale</groupId>
    <artifactId>gitlog-maven-plugin</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.llorllale : gitlog-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0
  • Latest Release Candidate: 0.2.0-rc4

All Versions

Choose a version of org.llorllale : gitlog-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
gitlog-maven-plugin-0.2.0-rc4
gitlog-maven-plugin-0.2.0-rc3
gitlog-maven-plugin-0.2.0-rc2
gitlog-maven-plugin-0.2.0-rc1
0.1.x
gitlog-maven-plugin-0.1.0
gitlog-maven-plugin-0.1.0-rc29
gitlog-maven-plugin-0.1.0-rc28
gitlog-maven-plugin-0.1.0-rc27
gitlog-maven-plugin-0.1.0-rc26
gitlog-maven-plugin-0.1.0-rc25
gitlog-maven-plugin-0.1.0-rc24
gitlog-maven-plugin-0.1.0-rc23
gitlog-maven-plugin-0.1.0-rc22
gitlog-maven-plugin-0.1.0-rc21
gitlog-maven-plugin-0.1.0-rc20
gitlog-maven-plugin-0.1.0-rc19
gitlog-maven-plugin-0.1.0-rc18
gitlog-maven-plugin-0.1.0-rc17
gitlog-maven-plugin-0.1.0-rc15
gitlog-maven-plugin-0.1.0-rc14
gitlog-maven-plugin-0.1.0-rc334884873
gitlog-maven-plugin-0.1.0-rc334847074

How to add a dependency to Maven

Add the following org.llorllale : gitlog-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.llorllale</groupId>
    <artifactId>gitlog-maven-plugin</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.llorllale : gitlog-maven-plugin gradle dependency to your build.gradle file:

implementation 'org.llorllale:gitlog-maven-plugin:0.1.0'

Gradle Kotlin DSL: Add the following org.llorllale : gitlog-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.llorllale:gitlog-maven-plugin:0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.llorllale : gitlog-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.llorllale" % "gitlog-maven-plugin" % "0.1.0"