is not current version
Last Version 3.0.12

io.fabric8:rest-utils 2.0.41

A bunch of utility functions to create REST based micro services

GroupId

GroupId

io.fabric8
ArtifactId

ArtifactId

rest-utils
Version

Version

2.0.41
Type

Type

jar

Download rest-utils 2.0.41


<!-- https://jarcasting.com/artifacts/io.fabric8/rest-utils/ -->
<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>rest-utils</artifactId>
    <version>2.0.41</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/rest-utils/
implementation 'io.fabric8:rest-utils:2.0.41'
// https://jarcasting.com/artifacts/io.fabric8/rest-utils/
implementation ("io.fabric8:rest-utils:2.0.41")
'io.fabric8:rest-utils:jar:2.0.41'
<dependency org="io.fabric8" name="rest-utils" rev="2.0.41">
  <artifact name="rest-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='rest-utils', version='2.0.41')
)
libraryDependencies += "io.fabric8" % "rest-utils" % "2.0.41"
[io.fabric8/rest-utils "2.0.41"]