MVN

dev.jeka : kotlin-plugin

Maven & Gradle

Jul 08, 2023

Jeka plugin for Kotlin · A Jeka plugin for Kotlin language support

<dependency>
    <groupId>dev.jeka</groupId>
    <artifactId>kotlin-plugin</artifactId>
    <version>0.10.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.jeka : kotlin-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.22

All Versions

Choose a version of dev.jeka : kotlin-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
kotlin-plugin-0.10.22
kotlin-plugin-0.10.21
kotlin-plugin-0.10.20
kotlin-plugin-0.10.19
kotlin-plugin-0.10.18
kotlin-plugin-0.10.17
kotlin-plugin-0.10.16
kotlin-plugin-0.10.15
kotlin-plugin-0.10.14
kotlin-plugin-0.10.13
kotlin-plugin-0.10.12
kotlin-plugin-0.10.11
kotlin-plugin-0.10.10
kotlin-plugin-0.10.9
kotlin-plugin-0.10.6
kotlin-plugin-0.10.5
kotlin-plugin-0.10.4
kotlin-plugin-0.10.3

How to add a dependency to Maven

Add the following dev.jeka : kotlin-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.jeka</groupId>
    <artifactId>kotlin-plugin</artifactId>
    <version>0.10.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.jeka : kotlin-plugin gradle dependency to your build.gradle file:

implementation 'dev.jeka:kotlin-plugin:0.10.22'

Gradle Kotlin DSL: Add the following dev.jeka : kotlin-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.jeka:kotlin-plugin:0.10.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.jeka : kotlin-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.jeka" % "kotlin-plugin" % "0.10.22"

Advertisement