is not current version
Last Version 0.3.0

com.selesse:gradle-git-changelog 0.1.2

Generate Git changelogs for Gradle projects

Categories

Categories

Gradle Build Tools Git Development Tools Version Controls
GroupId

GroupId

com.selesse
ArtifactId

ArtifactId

gradle-git-changelog
Version

Version

0.1.2
Type

Type

jar

Download gradle-git-changelog 0.1.2


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