| Categories | CategoriesKubernetes Container Virtualization Tools Net | 
|---|---|
| GroupId | GroupIdio.dekorate | 
| ArtifactId | ArtifactIdkubernetes-thorntail-starter | 
| Version | Version2.0.0-alpha-1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.dekorate/kubernetes-thorntail-starter/ -->
<dependency>
    <groupId>io.dekorate</groupId>
    <artifactId>kubernetes-thorntail-starter</artifactId>
    <version>2.0.0-alpha-1</version>
</dependency>// https://jarcasting.com/artifacts/io.dekorate/kubernetes-thorntail-starter/
implementation 'io.dekorate:kubernetes-thorntail-starter:2.0.0-alpha-1'// https://jarcasting.com/artifacts/io.dekorate/kubernetes-thorntail-starter/
implementation ("io.dekorate:kubernetes-thorntail-starter:2.0.0-alpha-1")'io.dekorate:kubernetes-thorntail-starter:jar:2.0.0-alpha-1'<dependency org="io.dekorate" name="kubernetes-thorntail-starter" rev="2.0.0-alpha-1">
  <artifact name="kubernetes-thorntail-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='io.dekorate', module='kubernetes-thorntail-starter', version='2.0.0-alpha-1')
)libraryDependencies += "io.dekorate" % "kubernetes-thorntail-starter" % "2.0.0-alpha-1"[io.dekorate/kubernetes-thorntail-starter "2.0.0-alpha-1"]