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