is not current version
Last Version 0.0.6

com.gruelbox:dropwizard-https-redirect 0.0.3

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.3
Type

Type

jar

Download dropwizard-https-redirect 0.0.3


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