| GroupId | GroupIdio.fabric8.devops.apps |
|---|---|
| ArtifactId | ArtifactIdtemplates |
| Version | Version2.2.73 |
| Type | Typejar |
| Filename | Size |
|---|---|
| templates-2.2.73.pom | |
| templates-2.2.73.jar | 14 KB |
| templates-2.2.73-sources.jar | 8 KB |
| templates-2.2.73-kubernetes.yml | 2 KB |
| templates-2.2.73-kubernetes.json | 3 KB |
| templates-2.2.73-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.devops.apps/templates/ -->
<dependency>
<groupId>io.fabric8.devops.apps</groupId>
<artifactId>templates</artifactId>
<version>2.2.73</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/templates/
implementation 'io.fabric8.devops.apps:templates:2.2.73'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/templates/
implementation ("io.fabric8.devops.apps:templates:2.2.73")
'io.fabric8.devops.apps:templates:jar:2.2.73'
<dependency org="io.fabric8.devops.apps" name="templates" rev="2.2.73">
<artifact name="templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='templates', version='2.2.73')
)
libraryDependencies += "io.fabric8.devops.apps" % "templates" % "2.2.73"
[io.fabric8.devops.apps/templates "2.2.73"]