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