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