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