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