Categories |
CategoriesDropWizard Container Microservices ORM Data |
---|---|
GroupId | GroupIdio.appform.dropwizard.discovery |
ArtifactId | ArtifactIddropwizard-service-discovery-bundle |
Version | Version1.3.12-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>1.3.12-3</version>
</dependency>
// https://jarcasting.com/artifacts/io.appform.dropwizard.discovery/dropwizard-service-discovery-bundle/
implementation 'io.appform.dropwizard.discovery:dropwizard-service-discovery-bundle:1.3.12-3'
// https://jarcasting.com/artifacts/io.appform.dropwizard.discovery/dropwizard-service-discovery-bundle/
implementation ("io.appform.dropwizard.discovery:dropwizard-service-discovery-bundle:1.3.12-3")
'io.appform.dropwizard.discovery:dropwizard-service-discovery-bundle:jar:1.3.12-3'
<dependency org="io.appform.dropwizard.discovery" name="dropwizard-service-discovery-bundle" rev="1.3.12-3">
<artifact name="dropwizard-service-discovery-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.appform.dropwizard.discovery', module='dropwizard-service-discovery-bundle', version='1.3.12-3')
)
libraryDependencies += "io.appform.dropwizard.discovery" % "dropwizard-service-discovery-bundle" % "1.3.12-3"
[io.appform.dropwizard.discovery/dropwizard-service-discovery-bundle "1.3.12-3"]