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