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