is not current version
Last Version 2.2.129

io.fabric8.apps:templates 2.2.101

Implements the OpenShift Templates REST API so templates can be used on vanilla Kubernetes environments

GroupId

GroupId

io.fabric8.apps
ArtifactId

ArtifactId

templates
Version

Version

2.2.101
Type

Type

jar

Download templates 2.2.101


<!-- https://jarcasting.com/artifacts/io.fabric8.apps/templates/ -->
<dependency>
    <groupId>io.fabric8.apps</groupId>
    <artifactId>templates</artifactId>
    <version>2.2.101</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.apps/templates/
implementation 'io.fabric8.apps:templates:2.2.101'
// https://jarcasting.com/artifacts/io.fabric8.apps/templates/
implementation ("io.fabric8.apps:templates:2.2.101")
'io.fabric8.apps:templates:jar:2.2.101'
<dependency org="io.fabric8.apps" name="templates" rev="2.2.101">
  <artifact name="templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.apps', module='templates', version='2.2.101')
)
libraryDependencies += "io.fabric8.apps" % "templates" % "2.2.101"
[io.fabric8.apps/templates "2.2.101"]