Categories |
CategoriesDropWizard Container Microservices ORM Data |
---|---|
GroupId | GroupIdio.appform.dropwizard.discovery |
ArtifactId | ArtifactIddropwizard-service-discovery-bundle |
Version | Version2.0.23-3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.appform.dropwizard.discovery/dropwizard-service-discovery-bundle/ -->
<dependency>
<groupId>io.appform.dropwizard.discovery</groupId>
<artifactId>dropwizard-service-discovery-bundle</artifactId>
<version>2.0.23-3</version>
</dependency>
// https://jarcasting.com/artifacts/io.appform.dropwizard.discovery/dropwizard-service-discovery-bundle/
implementation 'io.appform.dropwizard.discovery:dropwizard-service-discovery-bundle:2.0.23-3'
// https://jarcasting.com/artifacts/io.appform.dropwizard.discovery/dropwizard-service-discovery-bundle/
implementation ("io.appform.dropwizard.discovery:dropwizard-service-discovery-bundle:2.0.23-3")
'io.appform.dropwizard.discovery:dropwizard-service-discovery-bundle:jar:2.0.23-3'
<dependency org="io.appform.dropwizard.discovery" name="dropwizard-service-discovery-bundle" rev="2.0.23-3">
<artifact name="dropwizard-service-discovery-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.appform.dropwizard.discovery', module='dropwizard-service-discovery-bundle', version='2.0.23-3')
)
libraryDependencies += "io.appform.dropwizard.discovery" % "dropwizard-service-discovery-bundle" % "2.0.23-3"
[io.appform.dropwizard.discovery/dropwizard-service-discovery-bundle "2.0.23-3"]