Categories |
CategoriesDropWizard Container Microservices Net |
---|---|
GroupId | GroupIdnet.eldeen.dropwizard |
ArtifactId | ArtifactIdcf-signal-resource-bundle |
Version | Version2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.eldeen.dropwizard/cf-signal-resource-bundle/ -->
<dependency>
<groupId>net.eldeen.dropwizard</groupId>
<artifactId>cf-signal-resource-bundle</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.eldeen.dropwizard/cf-signal-resource-bundle/
implementation 'net.eldeen.dropwizard:cf-signal-resource-bundle:2.0'
// https://jarcasting.com/artifacts/net.eldeen.dropwizard/cf-signal-resource-bundle/
implementation ("net.eldeen.dropwizard:cf-signal-resource-bundle:2.0")
'net.eldeen.dropwizard:cf-signal-resource-bundle:jar:2.0'
<dependency org="net.eldeen.dropwizard" name="cf-signal-resource-bundle" rev="2.0">
<artifact name="cf-signal-resource-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.eldeen.dropwizard', module='cf-signal-resource-bundle', version='2.0')
)
libraryDependencies += "net.eldeen.dropwizard" % "cf-signal-resource-bundle" % "2.0"
[net.eldeen.dropwizard/cf-signal-resource-bundle "2.0"]