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