Categories |
CategoriesDropWizard Container Microservices Net |
---|---|
GroupId | GroupIdnet.ozwolf |
ArtifactId | ArtifactIddropwizard-raml-monitor |
Version | Version2.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.ozwolf/dropwizard-raml-monitor/ -->
<dependency>
<groupId>net.ozwolf</groupId>
<artifactId>dropwizard-raml-monitor</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.ozwolf/dropwizard-raml-monitor/
implementation 'net.ozwolf:dropwizard-raml-monitor:2.2.1'
// https://jarcasting.com/artifacts/net.ozwolf/dropwizard-raml-monitor/
implementation ("net.ozwolf:dropwizard-raml-monitor:2.2.1")
'net.ozwolf:dropwizard-raml-monitor:jar:2.2.1'
<dependency org="net.ozwolf" name="dropwizard-raml-monitor" rev="2.2.1">
<artifact name="dropwizard-raml-monitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ozwolf', module='dropwizard-raml-monitor', version='2.2.1')
)
libraryDependencies += "net.ozwolf" % "dropwizard-raml-monitor" % "2.2.1"
[net.ozwolf/dropwizard-raml-monitor "2.2.1"]