MVN

dev.forst : ktor-api-key

Maven & Gradle

Apr 03, 2023
38 stars

ktor-api-key · ktor-api-key is part of Ktor plugins project developed by Lukas Forst.

<dependency>
    <groupId>dev.forst</groupId>
    <artifactId>ktor-api-key</artifactId>
    <version>2.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.forst : ktor-api-key to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.4
  • Latest Alpha: 0.0.1-ALPHA-2

All Versions

Choose a version of dev.forst : ktor-api-key to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
ktor-api-key-2.2.4
ktor-api-key-2.2.2
ktor-api-key-2.2.1
2.1.x
ktor-api-key-2.1.3
ktor-api-key-2.1.2
ktor-api-key-2.1.1-1
ktor-api-key-2.1.1
ktor-api-key-2.1.0
2.0.x
ktor-api-key-2.0.3
1.1.x
ktor-api-key-1.1.0
1.0.x
ktor-api-key-1.0.0
0.0.x
ktor-api-key-0.0.2
ktor-api-key-0.0.1-ALPHA-2

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.forst</groupId>
    <artifactId>ktor-api-key</artifactId>
    <version>2.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.forst : ktor-api-key gradle dependency to your build.gradle file:

implementation 'dev.forst:ktor-api-key:2.2.4'

Gradle Kotlin DSL: Add the following dev.forst : ktor-api-key gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.forst:ktor-api-key:2.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.forst : ktor-api-key sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.forst" % "ktor-api-key" % "2.2.4"

Advertisement