h

heylogs-maven-plugin

Keep-a-changelog tool - Maven Plugin
https://github.com/nbbrd/heylogs
Files download
File Operation
heylogs-maven-plugin-0.8.1.jar download
heylogs-maven-plugin-0.8.1.pom download
heylogs-maven-plugin-0.8.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nbbrd.heylogs</groupId>
  <artifactId>heylogs-maven-plugin</artifactId>
  <version>0.8.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.nbbrd.heylogs:heylogs-maven-plugin:0.8.1'
Gradle Kotlin
implementation("com.github.nbbrd.heylogs:heylogs-maven-plugin:0.8.1")
Scala SBT
libraryDependencies += "com.github.nbbrd.heylogs" % "heylogs-maven-plugin" % "0.8.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nbbrd.heylogs', module='heylogs-maven-plugin', version='0.8.1')
)
Apache Ivy
<dependency org="com.github.nbbrd.heylogs" name="heylogs-maven-plugin" rev="0.8.1" />
Leiningen
[com.github.nbbrd.heylogs/heylogs-maven-plugin "0.8.1"]
Apache Buildr
'com.github.nbbrd.heylogs:heylogs-maven-plugin:jar:0.8.1'