GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdspringboot-webmvc-ip |
Version | Version2.0.20 |
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.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/springboot-webmvc-ip/
implementation 'io.fabric8.jube.images.fabric8:springboot-webmvc-ip:2.0.20'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/springboot-webmvc-ip/
implementation ("io.fabric8.jube.images.fabric8:springboot-webmvc-ip:2.0.20")
'io.fabric8.jube.images.fabric8:springboot-webmvc-ip:jar:2.0.20'
<dependency org="io.fabric8.jube.images.fabric8" name="springboot-webmvc-ip" rev="2.0.20">
<artifact name="springboot-webmvc-ip" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='springboot-webmvc-ip', version='2.0.20')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "springboot-webmvc-ip" % "2.0.20"
[io.fabric8.jube.images.fabric8/springboot-webmvc-ip "2.0.20"]