MVN

de.jensklingenberg.ktorfit : compiler-plugin

Maven & Gradle

Aug 24, 2023
1.3k stars

compiler-plugin · Ktorfit

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

Latest Version

Choose a version of de.jensklingenberg.ktorfit : compiler-plugin 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 : compiler-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
compiler-plugin-1.6.0
1.5.x
compiler-plugin-1.5.0
1.4.x
compiler-plugin-1.4.4
compiler-plugin-1.4.3
compiler-plugin-1.4.2
compiler-plugin-1.4.1
compiler-plugin-1.4.0
1.3.x
compiler-plugin-1.3.0
1.2.x
compiler-plugin-1.2.0
1.1.x
compiler-plugin-1.1.0
1.0.x
compiler-plugin-1.0.1
compiler-plugin-1.0.0
compiler-plugin-1.0.0-beta18
compiler-plugin-1.0.0-beta17
compiler-plugin-1.0.0-beta16

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'de.jensklingenberg.ktorfit:compiler-plugin:1.6.0'

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

implementation("de.jensklingenberg.ktorfit:compiler-plugin:1.6.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.jensklingenberg.ktorfit" % "compiler-plugin" % "1.6.0"