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