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