MVN

org.jetbrains.kotlin : kotlin-scripting-impl

Maven & Gradle

Apr 25, 2019
1 usages
47.5k stars

org.jetbrains.kotlin:kotlin-scripting-impl · Kotlin Scripting Implementation - shared part

<dependency>
    <groupId>org.jetbrains.kotlin</groupId>
    <artifactId>kotlin-scripting-impl</artifactId>
    <version>1.3.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.kotlin : kotlin-scripting-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.31

All Versions

Choose a version of org.jetbrains.kotlin : kotlin-scripting-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
kotlin-scripting-impl-1.3.31
kotlin-scripting-impl-1.3.30

How to add a dependency to Maven

Add the following org.jetbrains.kotlin : kotlin-scripting-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.kotlin</groupId>
    <artifactId>kotlin-scripting-impl</artifactId>
    <version>1.3.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.kotlin : kotlin-scripting-impl gradle dependency to your build.gradle file:

implementation 'org.jetbrains.kotlin:kotlin-scripting-impl:1.3.31'

Gradle Kotlin DSL: Add the following org.jetbrains.kotlin : kotlin-scripting-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.kotlin:kotlin-scripting-impl:1.3.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.kotlin : kotlin-scripting-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.kotlin" % "kotlin-scripting-impl" % "1.3.31"

Advertisement