MVN

com.networknt : api-key

Maven & Gradle

Aug 17, 2023
3.4k stars

A middleware handler that does api-key verification.

<dependency>
    <groupId>com.networknt</groupId>
    <artifactId>api-key</artifactId>
    <version>2.1.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.networknt : api-key to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.26

All Versions

Choose a version of com.networknt : api-key to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
api-key-2.1.26
api-key-2.1.25
api-key-2.1.24
api-key-2.1.23
api-key-2.1.22
api-key-2.1.21
api-key-2.1.20
api-key-2.1.19
api-key-2.1.18
api-key-2.1.16
api-key-2.1.15
api-key-2.1.14
api-key-2.1.13
api-key-2.1.12
api-key-2.1.11
api-key-2.1.10
api-key-2.1.9
api-key-2.1.8
api-key-2.1.7
api-key-2.1.6
api-key-2.1.5
api-key-2.1.4
api-key-2.1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.networknt</groupId>
    <artifactId>api-key</artifactId>
    <version>2.1.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.networknt : api-key gradle dependency to your build.gradle file:

implementation 'com.networknt:api-key:2.1.26'

Gradle Kotlin DSL: Add the following com.networknt : api-key gradle kotlin dependency to your build.gradle.kts file:

implementation("com.networknt:api-key:2.1.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.networknt : api-key sbt scala dependency to your build.sbt file:

libraryDependencies += "com.networknt" % "api-key" % "2.1.26"

Advertisement