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