GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdspringboot-webmvc-ip |
Version | Version2.2.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/springboot-webmvc-ip/ -->
<dependency>
<groupId>io.fabric8.jube.images.fabric8</groupId>
<artifactId>springboot-webmvc-ip</artifactId>
<version>2.2.14</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/springboot-webmvc-ip/
implementation 'io.fabric8.jube.images.fabric8:springboot-webmvc-ip:2.2.14'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/springboot-webmvc-ip/
implementation ("io.fabric8.jube.images.fabric8:springboot-webmvc-ip:2.2.14")
'io.fabric8.jube.images.fabric8:springboot-webmvc-ip:jar:2.2.14'
<dependency org="io.fabric8.jube.images.fabric8" name="springboot-webmvc-ip" rev="2.2.14">
<artifact name="springboot-webmvc-ip" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='springboot-webmvc-ip', version='2.2.14')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "springboot-webmvc-ip" % "2.2.14"
[io.fabric8.jube.images.fabric8/springboot-webmvc-ip "2.2.14"]