is not current version
Last Version 1.6.0

io.dropwizard.modules:dropwizard-kubernetes 1.4.0

Provides easy integration for Dropwizard applications with the Fabric8 Kubernetes client.

Categories

Categories

DropWizard Container Microservices Kubernetes Virtualization Tools Net
GroupId

GroupId

io.dropwizard.modules
ArtifactId

ArtifactId

dropwizard-kubernetes
Version

Version

1.4.0
Type

Type

jar

Download dropwizard-kubernetes 1.4.0


<!-- https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-kubernetes/ -->
<dependency>
    <groupId>io.dropwizard.modules</groupId>
    <artifactId>dropwizard-kubernetes</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-kubernetes/
implementation 'io.dropwizard.modules:dropwizard-kubernetes:1.4.0'
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-kubernetes/
implementation ("io.dropwizard.modules:dropwizard-kubernetes:1.4.0")
'io.dropwizard.modules:dropwizard-kubernetes:jar:1.4.0'
<dependency org="io.dropwizard.modules" name="dropwizard-kubernetes" rev="1.4.0">
  <artifact name="dropwizard-kubernetes" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-kubernetes', version='1.4.0')
)
libraryDependencies += "io.dropwizard.modules" % "dropwizard-kubernetes" % "1.4.0"
[io.dropwizard.modules/dropwizard-kubernetes "1.4.0"]