GroupId | GroupIdio.fabric8 |
---|---|
ArtifactId | ArtifactIdrest-utils |
Version | Version2.2.10 |
Type | Typejar |
Filename | Size |
---|---|
rest-utils-2.2.10.pom | |
rest-utils-2.2.10.jar | 8 KB |
rest-utils-2.2.10-sources.jar | 4 KB |
rest-utils-2.2.10-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8/rest-utils/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>rest-utils</artifactId>
<version>2.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/rest-utils/
implementation 'io.fabric8:rest-utils:2.2.10'
// https://jarcasting.com/artifacts/io.fabric8/rest-utils/
implementation ("io.fabric8:rest-utils:2.2.10")
'io.fabric8:rest-utils:jar:2.2.10'
<dependency org="io.fabric8" name="rest-utils" rev="2.2.10">
<artifact name="rest-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='rest-utils', version='2.2.10')
)
libraryDependencies += "io.fabric8" % "rest-utils" % "2.2.10"
[io.fabric8/rest-utils "2.2.10"]