Categories |
CategoriesOpenShift Container PaaS Providers |
---|---|
GroupId | GroupIdio.openshift |
ArtifactId | ArtifactIdbooster-catalog-service |
Version | Version14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.openshift/booster-catalog-service/ -->
<dependency>
<groupId>io.openshift</groupId>
<artifactId>booster-catalog-service</artifactId>
<version>14</version>
</dependency>
// https://jarcasting.com/artifacts/io.openshift/booster-catalog-service/
implementation 'io.openshift:booster-catalog-service:14'
// https://jarcasting.com/artifacts/io.openshift/booster-catalog-service/
implementation ("io.openshift:booster-catalog-service:14")
'io.openshift:booster-catalog-service:jar:14'
<dependency org="io.openshift" name="booster-catalog-service" rev="14">
<artifact name="booster-catalog-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.openshift', module='booster-catalog-service', version='14')
)
libraryDependencies += "io.openshift" % "booster-catalog-service" % "14"
[io.openshift/booster-catalog-service "14"]