MVN

de.comhix.ktor-annotated-routing : annotations

Maven & Gradle

Jul 16, 2023

KTor Annotated Routing Annotations · Configure KTor APIs as Interface with Annotations

<dependency>
    <groupId>de.comhix.ktor-annotated-routing</groupId>
    <artifactId>annotations</artifactId>
    <version>1.4.38</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.comhix.ktor-annotated-routing : annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.38

All Versions

Choose a version of de.comhix.ktor-annotated-routing : annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
annotations-1.4.38
1.3.x
annotations-1.3.33
1.2.x
annotations-1.2.30
1.1.x
annotations-1.1.28
1.0.x
annotations-1.0.26

How to add a dependency to Maven

Add the following de.comhix.ktor-annotated-routing : annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.comhix.ktor-annotated-routing</groupId>
    <artifactId>annotations</artifactId>
    <version>1.4.38</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.comhix.ktor-annotated-routing : annotations gradle dependency to your build.gradle file:

implementation 'de.comhix.ktor-annotated-routing:annotations:1.4.38'

Gradle Kotlin DSL: Add the following de.comhix.ktor-annotated-routing : annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("de.comhix.ktor-annotated-routing:annotations:1.4.38")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.comhix.ktor-annotated-routing : annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "de.comhix.ktor-annotated-routing" % "annotations" % "1.4.38"