| GroupId | GroupIdcom.io7m.changelog | 
    
|---|---|
| ArtifactId | ArtifactIdcom.io7m.changelog.documentation | 
    
| Version | Version4.0.0-beta0011 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.io7m.changelog/com.io7m.changelog.documentation/ -->
<dependency>
    <groupId>com.io7m.changelog</groupId>
    <artifactId>com.io7m.changelog.documentation</artifactId>
    <version>4.0.0-beta0011</version>
</dependency>
                // https://jarcasting.com/artifacts/com.io7m.changelog/com.io7m.changelog.documentation/
implementation 'com.io7m.changelog:com.io7m.changelog.documentation:4.0.0-beta0011'
                // https://jarcasting.com/artifacts/com.io7m.changelog/com.io7m.changelog.documentation/
implementation ("com.io7m.changelog:com.io7m.changelog.documentation:4.0.0-beta0011")
                'com.io7m.changelog:com.io7m.changelog.documentation:jar:4.0.0-beta0011'
                <dependency org="com.io7m.changelog" name="com.io7m.changelog.documentation" rev="4.0.0-beta0011">
  <artifact name="com.io7m.changelog.documentation" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.io7m.changelog', module='com.io7m.changelog.documentation', version='4.0.0-beta0011')
)
                libraryDependencies += "com.io7m.changelog" % "com.io7m.changelog.documentation" % "4.0.0-beta0011"
                [com.io7m.changelog/com.io7m.changelog.documentation "4.0.0-beta0011"]