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