MVN

io.dropwizard-bundles : dropwizard-api-key-bundle

Maven & Gradle

Nov 18, 2015
2 usages
8 stars

dropwizard-api-key-bundle · Dropwizard bundle that allows your application to support API keys.

<dependency>
    <groupId>io.dropwizard-bundles</groupId>
    <artifactId>dropwizard-api-key-bundle</artifactId>
    <version>0.8.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.dropwizard-bundles : dropwizard-api-key-bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.5

All Versions

Choose a version of io.dropwizard-bundles : dropwizard-api-key-bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
dropwizard-api-key-bundle-0.8.5
dropwizard-api-key-bundle-0.8.4-1
dropwizard-api-key-bundle-0.8.4

How to add a dependency to Maven

Add the following io.dropwizard-bundles : dropwizard-api-key-bundle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.dropwizard-bundles</groupId>
    <artifactId>dropwizard-api-key-bundle</artifactId>
    <version>0.8.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.dropwizard-bundles : dropwizard-api-key-bundle gradle dependency to your build.gradle file:

implementation 'io.dropwizard-bundles:dropwizard-api-key-bundle:0.8.5'

Gradle Kotlin DSL: Add the following io.dropwizard-bundles : dropwizard-api-key-bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("io.dropwizard-bundles:dropwizard-api-key-bundle:0.8.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.dropwizard-bundles : dropwizard-api-key-bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "io.dropwizard-bundles" % "dropwizard-api-key-bundle" % "0.8.5"

Advertisement