MVN

io.bkbn : kompendium-locations

Maven & Gradle

Jun 05, 2023
135 stars

Kompendium Locations · Supplemental library for Kompendium offering support for Ktor's Location API

<dependency>
    <groupId>io.bkbn</groupId>
    <artifactId>kompendium-locations</artifactId>
    <version>3.14.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bkbn : kompendium-locations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.14.4
  • Latest Beta: 2.0.0-beta
  • Latest Alpha: 3.0.0-alpha

All Versions

Choose a version of io.bkbn : kompendium-locations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.14.x
kompendium-locations-3.14.4
kompendium-locations-3.14.3
kompendium-locations-3.14.2
kompendium-locations-3.14.1
kompendium-locations-3.14.0
3.13.x
kompendium-locations-3.13.0
3.12.x
kompendium-locations-3.12.0
3.11.x
kompendium-locations-3.11.1
kompendium-locations-3.11.0
3.10.x
kompendium-locations-3.10.0
3.9.x
kompendium-locations-3.9.0
3.8.x
kompendium-locations-3.8.0
3.6.x
kompendium-locations-3.6.0
3.5.x
kompendium-locations-3.5.0
3.4.x
kompendium-locations-3.4.0
3.3.x
kompendium-locations-3.3.1
kompendium-locations-3.3.0
3.2.x
kompendium-locations-3.2.0
3.1.x
kompendium-locations-3.1.0
3.0.x
kompendium-locations-3.0.0
kompendium-locations-3.0.0-alpha
2.3.x
kompendium-locations-2.3.5
kompendium-locations-2.3.4
kompendium-locations-2.3.3
kompendium-locations-2.3.2
kompendium-locations-2.3.1
kompendium-locations-2.3.0
2.2.x
kompendium-locations-2.2.1
kompendium-locations-2.2.0
2.1.x
kompendium-locations-2.1.1
kompendium-locations-2.1.0
2.0.x
kompendium-locations-2.0.4
kompendium-locations-2.0.3
kompendium-locations-2.0.2
kompendium-locations-2.0.1
kompendium-locations-2.0.0
kompendium-locations-2.0.0-beta
kompendium-locations-2.0.0-alpha
1.11.x
kompendium-locations-1.11.0

How to add a dependency to Maven

Add the following io.bkbn : kompendium-locations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.bkbn</groupId>
    <artifactId>kompendium-locations</artifactId>
    <version>3.14.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bkbn : kompendium-locations gradle dependency to your build.gradle file:

implementation 'io.bkbn:kompendium-locations:3.14.4'

Gradle Kotlin DSL: Add the following io.bkbn : kompendium-locations gradle kotlin dependency to your build.gradle.kts file:

implementation("io.bkbn:kompendium-locations:3.14.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bkbn : kompendium-locations sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bkbn" % "kompendium-locations" % "3.14.4"

Advertisement