d

dropwizard-https-redirect

A small dropwizard bundle which will redirect any income HTTP requests to the equivalent HTTPS URL.
https://github.com/gruelbox/dropwizard-https-redirect
The Apache License, Version 2.0
Graham Crockford
Graham Crockford
Files download
File Operation
dropwizard-https-redirect-0.0.6.jar download
dropwizard-https-redirect-0.0.6.pom download
dropwizard-https-redirect-0.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gruelbox</groupId>
  <artifactId>dropwizard-https-redirect</artifactId>
  <version>0.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.gruelbox:dropwizard-https-redirect:0.0.6'
Gradle Kotlin
implementation("com.gruelbox:dropwizard-https-redirect:0.0.6")
Scala SBT
libraryDependencies += "com.gruelbox" % "dropwizard-https-redirect" % "0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.gruelbox', module='dropwizard-https-redirect', version='0.0.6')
)
Apache Ivy
<dependency org="com.gruelbox" name="dropwizard-https-redirect" rev="0.0.6" />
Leiningen
[com.gruelbox/dropwizard-https-redirect "0.0.6"]
Apache Buildr
'com.gruelbox:dropwizard-https-redirect:jar:0.0.6'