is not current version
Last Version rc-3

org.http4k:zzz-release-testing2 rc-0

A example application to show the release process to Maven Repo

GroupId

GroupId

org.http4k
ArtifactId

ArtifactId

zzz-release-testing2
Version

Version

rc-0
Type

Type

jar

Download zzz-release-testing2 rc-0


<!-- https://jarcasting.com/artifacts/org.http4k/zzz-release-testing2/ -->
<dependency>
    <groupId>org.http4k</groupId>
    <artifactId>zzz-release-testing2</artifactId>
    <version>rc-0</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4k/zzz-release-testing2/
implementation 'org.http4k:zzz-release-testing2:rc-0'
// https://jarcasting.com/artifacts/org.http4k/zzz-release-testing2/
implementation ("org.http4k:zzz-release-testing2:rc-0")
'org.http4k:zzz-release-testing2:jar:rc-0'
<dependency org="org.http4k" name="zzz-release-testing2" rev="rc-0">
  <artifact name="zzz-release-testing2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4k', module='zzz-release-testing2', version='rc-0')
)
libraryDependencies += "org.http4k" % "zzz-release-testing2" % "rc-0"
[org.http4k/zzz-release-testing2 "rc-0"]