h

heylogs-api

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