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