Categories |
CategoriesOpenShift Container PaaS Providers |
---|---|
GroupId | GroupIdio.dekorate |
ArtifactId | ArtifactIdthorntail-on-openshift-example |
Version | Version1.0.1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/io.dekorate/thorntail-on-openshift-example/ -->
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>thorntail-on-openshift-example</artifactId>
<version>1.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.dekorate/thorntail-on-openshift-example/
implementation 'io.dekorate:thorntail-on-openshift-example:1.0.1'
// https://jarcasting.com/artifacts/io.dekorate/thorntail-on-openshift-example/
implementation ("io.dekorate:thorntail-on-openshift-example:1.0.1")
'io.dekorate:thorntail-on-openshift-example:war:1.0.1'
<dependency org="io.dekorate" name="thorntail-on-openshift-example" rev="1.0.1">
<artifact name="thorntail-on-openshift-example" type="war" />
</dependency>
@Grapes(
@Grab(group='io.dekorate', module='thorntail-on-openshift-example', version='1.0.1')
)
libraryDependencies += "io.dekorate" % "thorntail-on-openshift-example" % "1.0.1"
[io.dekorate/thorntail-on-openshift-example "1.0.1"]