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