Categories |
CategoriesSpring Boot Container Microservices OpenShift PaaS Providers |
---|---|
GroupId | GroupIdio.dekorate |
ArtifactId | ArtifactIdspring-boot-on-openshift-example |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.dekorate/spring-boot-on-openshift-example/ -->
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>spring-boot-on-openshift-example</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.dekorate/spring-boot-on-openshift-example/
implementation 'io.dekorate:spring-boot-on-openshift-example:1.0.2'
// https://jarcasting.com/artifacts/io.dekorate/spring-boot-on-openshift-example/
implementation ("io.dekorate:spring-boot-on-openshift-example:1.0.2")
'io.dekorate:spring-boot-on-openshift-example:jar:1.0.2'
<dependency org="io.dekorate" name="spring-boot-on-openshift-example" rev="1.0.2">
<artifact name="spring-boot-on-openshift-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dekorate', module='spring-boot-on-openshift-example', version='1.0.2')
)
libraryDependencies += "io.dekorate" % "spring-boot-on-openshift-example" % "1.0.2"
[io.dekorate/spring-boot-on-openshift-example "1.0.2"]