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