Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.kickstarter |
ArtifactId | ArtifactIddropwizard-influxdb-reporter |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.kickstarter/dropwizard-influxdb-reporter/ -->
<dependency>
<groupId>com.kickstarter</groupId>
<artifactId>dropwizard-influxdb-reporter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kickstarter/dropwizard-influxdb-reporter/
implementation 'com.kickstarter:dropwizard-influxdb-reporter:1.0.1'
// https://jarcasting.com/artifacts/com.kickstarter/dropwizard-influxdb-reporter/
implementation ("com.kickstarter:dropwizard-influxdb-reporter:1.0.1")
'com.kickstarter:dropwizard-influxdb-reporter:jar:1.0.1'
<dependency org="com.kickstarter" name="dropwizard-influxdb-reporter" rev="1.0.1">
<artifact name="dropwizard-influxdb-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kickstarter', module='dropwizard-influxdb-reporter', version='1.0.1')
)
libraryDependencies += "com.kickstarter" % "dropwizard-influxdb-reporter" % "1.0.1"
[com.kickstarter/dropwizard-influxdb-reporter "1.0.1"]