Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.bmc.truesight.saas |
ArtifactId | ArtifactIddropwizard-truesight-meter |
Version | Version0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bmc.truesight.saas/dropwizard-truesight-meter/ -->
<dependency>
<groupId>com.bmc.truesight.saas</groupId>
<artifactId>dropwizard-truesight-meter</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.bmc.truesight.saas/dropwizard-truesight-meter/
implementation 'com.bmc.truesight.saas:dropwizard-truesight-meter:0.9'
// https://jarcasting.com/artifacts/com.bmc.truesight.saas/dropwizard-truesight-meter/
implementation ("com.bmc.truesight.saas:dropwizard-truesight-meter:0.9")
'com.bmc.truesight.saas:dropwizard-truesight-meter:jar:0.9'
<dependency org="com.bmc.truesight.saas" name="dropwizard-truesight-meter" rev="0.9">
<artifact name="dropwizard-truesight-meter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bmc.truesight.saas', module='dropwizard-truesight-meter', version='0.9')
)
libraryDependencies += "com.bmc.truesight.saas" % "dropwizard-truesight-meter" % "0.9"
[com.bmc.truesight.saas/dropwizard-truesight-meter "0.9"]