GroupId | GroupIdio.fabric8 |
---|---|
ArtifactId | ArtifactIdtekton-examples |
Version | Version4.4.1 |
Type | Typejar |
Filename | Size |
---|---|
tekton-examples-4.4.1.pom | |
tekton-examples-4.4.1.jar | 7 KB |
tekton-examples-4.4.1-sources.jar | 4 KB |
tekton-examples-4.4.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8/tekton-examples/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>tekton-examples</artifactId>
<version>4.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/tekton-examples/
implementation 'io.fabric8:tekton-examples:4.4.1'
// https://jarcasting.com/artifacts/io.fabric8/tekton-examples/
implementation ("io.fabric8:tekton-examples:4.4.1")
'io.fabric8:tekton-examples:jar:4.4.1'
<dependency org="io.fabric8" name="tekton-examples" rev="4.4.1">
<artifact name="tekton-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='tekton-examples', version='4.4.1')
)
libraryDependencies += "io.fabric8" % "tekton-examples" % "4.4.1"
[io.fabric8/tekton-examples "4.4.1"]