| License |
License |
|---|---|
| Categories |
CategoriesNative Development Tools |
| GroupId | GroupIdio.dekorate |
| ArtifactId | ArtifactIdknative-starters |
| Last Version | Last Version2.11.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionDekorate :: Starters :: Knative
A collection of annotations and processors for Kubernetes
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| knative-starters-2.11.0.pom | 694 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.dekorate/knative-starters/ -->
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>knative-starters</artifactId>
<version>2.11.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dekorate/knative-starters/
implementation 'io.dekorate:knative-starters:2.11.0'
// https://jarcasting.com/artifacts/io.dekorate/knative-starters/
implementation ("io.dekorate:knative-starters:2.11.0")
'io.dekorate:knative-starters:pom:2.11.0'
<dependency org="io.dekorate" name="knative-starters" rev="2.11.0">
<artifact name="knative-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dekorate', module='knative-starters', version='2.11.0')
)
libraryDependencies += "io.dekorate" % "knative-starters" % "2.11.0"
[io.dekorate/knative-starters "2.11.0"]