c

com.io7m.changelog.core

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