Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdio.dropwizard-bundles |
ArtifactId | ArtifactIddropwizard-redirect-bundle |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.dropwizard-bundles/dropwizard-redirect-bundle/ -->
<dependency>
<groupId>io.dropwizard-bundles</groupId>
<artifactId>dropwizard-redirect-bundle</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard-bundles/dropwizard-redirect-bundle/
implementation 'io.dropwizard-bundles:dropwizard-redirect-bundle:1.0.5'
// https://jarcasting.com/artifacts/io.dropwizard-bundles/dropwizard-redirect-bundle/
implementation ("io.dropwizard-bundles:dropwizard-redirect-bundle:1.0.5")
'io.dropwizard-bundles:dropwizard-redirect-bundle:jar:1.0.5'
<dependency org="io.dropwizard-bundles" name="dropwizard-redirect-bundle" rev="1.0.5">
<artifact name="dropwizard-redirect-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard-bundles', module='dropwizard-redirect-bundle', version='1.0.5')
)
libraryDependencies += "io.dropwizard-bundles" % "dropwizard-redirect-bundle" % "1.0.5"
[io.dropwizard-bundles/dropwizard-redirect-bundle "1.0.5"]