is not current version
Last Version 0.0.6

com.gruelbox:dropwizard-https-redirect 0.0.5

A small dropwizard bundle which will redirect any income HTTP requests to the equivalent HTTPS URL.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

com.gruelbox
ArtifactId

ArtifactId

dropwizard-https-redirect
Version

Version

0.0.5
Type

Type

jar

Download dropwizard-https-redirect 0.0.5


<!-- https://jarcasting.com/artifacts/com.gruelbox/dropwizard-https-redirect/ -->
<dependency>
    <groupId>com.gruelbox</groupId>
    <artifactId>dropwizard-https-redirect</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.gruelbox/dropwizard-https-redirect/
implementation 'com.gruelbox:dropwizard-https-redirect:0.0.5'
// https://jarcasting.com/artifacts/com.gruelbox/dropwizard-https-redirect/
implementation ("com.gruelbox:dropwizard-https-redirect:0.0.5")
'com.gruelbox:dropwizard-https-redirect:jar:0.0.5'
<dependency org="com.gruelbox" name="dropwizard-https-redirect" rev="0.0.5">
  <artifact name="dropwizard-https-redirect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gruelbox', module='dropwizard-https-redirect', version='0.0.5')
)
libraryDependencies += "com.gruelbox" % "dropwizard-https-redirect" % "0.0.5"
[com.gruelbox/dropwizard-https-redirect "0.0.5"]