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