Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.meltmedia.dropwizard |
ArtifactId | ArtifactIddropwizard-etcd |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-etcd-0.2.0.pom | |
dropwizard-etcd-0.2.0.jar | 80 KB |
dropwizard-etcd-0.2.0-sources.jar | 30 KB |
dropwizard-etcd-0.2.0-javadoc.jar | 310 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.meltmedia.dropwizard/dropwizard-etcd/ -->
<dependency>
<groupId>com.meltmedia.dropwizard</groupId>
<artifactId>dropwizard-etcd</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.meltmedia.dropwizard/dropwizard-etcd/
implementation 'com.meltmedia.dropwizard:dropwizard-etcd:0.2.0'
// https://jarcasting.com/artifacts/com.meltmedia.dropwizard/dropwizard-etcd/
implementation ("com.meltmedia.dropwizard:dropwizard-etcd:0.2.0")
'com.meltmedia.dropwizard:dropwizard-etcd:jar:0.2.0'
<dependency org="com.meltmedia.dropwizard" name="dropwizard-etcd" rev="0.2.0">
<artifact name="dropwizard-etcd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.meltmedia.dropwizard', module='dropwizard-etcd', version='0.2.0')
)
libraryDependencies += "com.meltmedia.dropwizard" % "dropwizard-etcd" % "0.2.0"
[com.meltmedia.dropwizard/dropwizard-etcd "0.2.0"]