d

dropwizard-service-discovery

Service Discovery Bundle for Dropwizard
https://github.com/santanusinha/dropwizard-service-discovery
The Apache Software License, Version 2.0
Santanu Sinha Rishabh Goyal Phaneesh Nagaraja Tushar Naik Achanta Vamsi Adam Leskis Koushik Ramachandra
Files download
File Operation
dropwizard-service-discovery-2.1.10-2.jar download
dropwizard-service-discovery-2.1.10-2.pom download
dropwizard-service-discovery-2.1.10-2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.appform.dropwizard.discovery</groupId>
  <artifactId>dropwizard-service-discovery</artifactId>
  <version>2.1.10-2</version>
</dependency>
Gradle Groovy
implementation 'io.appform.dropwizard.discovery:dropwizard-service-discovery:2.1.10-2'
Gradle Kotlin
implementation("io.appform.dropwizard.discovery:dropwizard-service-discovery:2.1.10-2")
Scala SBT
libraryDependencies += "io.appform.dropwizard.discovery" % "dropwizard-service-discovery" % "2.1.10-2"
Groovy Grape
@Grapes(
  @Grab(group='io.appform.dropwizard.discovery', module='dropwizard-service-discovery', version='2.1.10-2')
)
Apache Ivy
<dependency org="io.appform.dropwizard.discovery" name="dropwizard-service-discovery" rev="2.1.10-2" />
Leiningen
[io.appform.dropwizard.discovery/dropwizard-service-discovery "2.1.10-2"]
Apache Buildr
'io.appform.dropwizard.discovery:dropwizard-service-discovery:jar:2.1.10-2'