c

com.io7m.changelog

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