Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.smoketurner.dropwizard |
ArtifactId | ArtifactIdconsul-core |
Version | Version0.9.2-4 |
Type | Typejar |
Filename | Size |
---|---|
consul-core-0.9.2-4.pom | |
consul-core-0.9.2-4.jar | 15 KB |
consul-core-0.9.2-4-sources.jar | 12 KB |
consul-core-0.9.2-4-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smoketurner.dropwizard/consul-core/ -->
<dependency>
<groupId>com.smoketurner.dropwizard</groupId>
<artifactId>consul-core</artifactId>
<version>0.9.2-4</version>
</dependency>
// https://jarcasting.com/artifacts/com.smoketurner.dropwizard/consul-core/
implementation 'com.smoketurner.dropwizard:consul-core:0.9.2-4'
// https://jarcasting.com/artifacts/com.smoketurner.dropwizard/consul-core/
implementation ("com.smoketurner.dropwizard:consul-core:0.9.2-4")
'com.smoketurner.dropwizard:consul-core:jar:0.9.2-4'
<dependency org="com.smoketurner.dropwizard" name="consul-core" rev="0.9.2-4">
<artifact name="consul-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smoketurner.dropwizard', module='consul-core', version='0.9.2-4')
)
libraryDependencies += "com.smoketurner.dropwizard" % "consul-core" % "0.9.2-4"
[com.smoketurner.dropwizard/consul-core "0.9.2-4"]