is not current version
Last Version rc-3

org.http4k:zzz-release-testing1 rc-1

A example application to show the release process to Maven Repo

GroupId

GroupId

org.http4k
ArtifactId

ArtifactId

zzz-release-testing1
Version

Version

rc-1
Type

Type

jar

Download zzz-release-testing1 rc-1


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