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