c

com.io7m.changelog

Software changelogs
http://github.com/io7m/changelog
ISC License
io7m
Files download
File Operation
com.io7m.changelog-4.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.io7m.changelog</groupId>
  <artifactId>com.io7m.changelog</artifactId>
  <version>4.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.io7m.changelog:com.io7m.changelog:4.1.0'
Gradle Kotlin
implementation("com.io7m.changelog:com.io7m.changelog:4.1.0")
Scala SBT
libraryDependencies += "com.io7m.changelog" % "com.io7m.changelog" % "4.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.io7m.changelog', module='com.io7m.changelog', version='4.1.0')
)
Apache Ivy
<dependency org="com.io7m.changelog" name="com.io7m.changelog" rev="4.1.0" />
Leiningen
[com.io7m.changelog/com.io7m.changelog "4.1.0"]
Apache Buildr
'com.io7m.changelog:com.io7m.changelog:jar:4.1.0'