MVN

de.jensklingenberg.ktorfit : ktorfit-annotations

Maven & Gradle

Aug 24, 2023
1.3k stars

Ktorfit · Ktorfit

<dependency>
    <groupId>de.jensklingenberg.ktorfit</groupId>
    <artifactId>ktorfit-annotations</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.jensklingenberg.ktorfit : ktorfit-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0
  • Latest Beta: 1.0.0-beta18

All Versions

Choose a version of de.jensklingenberg.ktorfit : ktorfit-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
ktorfit-annotations-1.6.0
1.5.x
ktorfit-annotations-1.5.0
1.4.x
ktorfit-annotations-1.4.4
ktorfit-annotations-1.4.3
ktorfit-annotations-1.4.2
ktorfit-annotations-1.4.1
ktorfit-annotations-1.4.0
1.3.x
ktorfit-annotations-1.3.0
1.2.x
ktorfit-annotations-1.2.0
1.1.x
ktorfit-annotations-1.1.0
1.0.x
ktorfit-annotations-1.0.1
ktorfit-annotations-1.0.0
ktorfit-annotations-1.0.0-beta18
ktorfit-annotations-1.0.0-beta17
ktorfit-annotations-1.0.0-beta16
ktorfit-annotations-1.0.0-beta15
ktorfit-annotations-1.0.0-beta14
ktorfit-annotations-1.0.0-beta13
ktorfit-annotations-1.0.0-beta12
ktorfit-annotations-1.0.0-beta11
ktorfit-annotations-1.0.0-beta10
ktorfit-annotations-1.0.0-beta10-Test
ktorfit-annotations-1.0.0-beta09

How to add a dependency to Maven

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

<dependency>
    <groupId>de.jensklingenberg.ktorfit</groupId>
    <artifactId>ktorfit-annotations</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.jensklingenberg.ktorfit : ktorfit-annotations gradle dependency to your build.gradle file:

implementation 'de.jensklingenberg.ktorfit:ktorfit-annotations:1.6.0'

Gradle Kotlin DSL: Add the following de.jensklingenberg.ktorfit : ktorfit-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("de.jensklingenberg.ktorfit:ktorfit-annotations:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.jensklingenberg.ktorfit : ktorfit-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "de.jensklingenberg.ktorfit" % "ktorfit-annotations" % "1.6.0"