MVN

org.jetbrains.kotlin : kotlin-script-runtime

Maven & Gradle

Aug 23, 2023
254 usages
47.4k stars

Kotlin Script Runtime · Kotlin Script Runtime

<dependency>
    <groupId>org.jetbrains.kotlin</groupId>
    <artifactId>kotlin-script-runtime</artifactId>
    <version>1.9.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.9.10
  • Latest Release Candidate: 1.9.0-RC
  • Latest Beta: 1.9.0-Beta

All Versions

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

Version Vulnerabilities Updated
1.9.x
kotlin-script-runtime-1.9.10
kotlin-script-runtime-1.9.0
kotlin-script-runtime-1.9.0-RC
kotlin-script-runtime-1.9.0-Beta
1.8.x
kotlin-script-runtime-1.8.22
kotlin-script-runtime-1.8.21
kotlin-script-runtime-1.8.20
kotlin-script-runtime-1.8.20-RC2
kotlin-script-runtime-1.8.20-RC
kotlin-script-runtime-1.8.20-Beta
kotlin-script-runtime-1.8.10
kotlin-script-runtime-1.8.0
kotlin-script-runtime-1.8.0-RC2
kotlin-script-runtime-1.8.0-RC
kotlin-script-runtime-1.8.0-Beta
1.7.x
kotlin-script-runtime-1.7.22
kotlin-script-runtime-1.7.21
kotlin-script-runtime-1.7.20
kotlin-script-runtime-1.7.20-RC
kotlin-script-runtime-1.7.20-Beta
kotlin-script-runtime-1.7.10
kotlin-script-runtime-1.7.0
kotlin-script-runtime-1.7.0-RC2
kotlin-script-runtime-1.7.0-RC
kotlin-script-runtime-1.7.0-Beta
1.6.x
kotlin-script-runtime-1.6.21
kotlin-script-runtime-1.6.20
kotlin-script-runtime-1.6.20-RC2
kotlin-script-runtime-1.6.20-RC
kotlin-script-runtime-1.6.20-M1
kotlin-script-runtime-1.6.10
kotlin-script-runtime-1.6.10-RC
kotlin-script-runtime-1.6.0
kotlin-script-runtime-1.6.0-RC2
kotlin-script-runtime-1.6.0-RC
kotlin-script-runtime-1.6.0-M1
1.5.x
kotlin-script-runtime-1.5.32
kotlin-script-runtime-1.5.31
kotlin-script-runtime-1.5.30
kotlin-script-runtime-1.5.30-RC
kotlin-script-runtime-1.5.30-M1
kotlin-script-runtime-1.5.21
kotlin-script-runtime-1.5.20
kotlin-script-runtime-1.5.20-RC
kotlin-script-runtime-1.5.20-M1
kotlin-script-runtime-1.5.10
kotlin-script-runtime-1.5.0
kotlin-script-runtime-1.5.0-RC
kotlin-script-runtime-1.5.0-M2
kotlin-script-runtime-1.5.0-M1
1.4.x
kotlin-script-runtime-1.4.32
kotlin-script-runtime-1.4.31
kotlin-script-runtime-1.4.30
kotlin-script-runtime-1.4.30-RC
kotlin-script-runtime-1.4.30-M1
kotlin-script-runtime-1.4.21-2
kotlin-script-runtime-1.4.21
kotlin-script-runtime-1.4.20
kotlin-script-runtime-1.4.20-RC
kotlin-script-runtime-1.4.20-M2
kotlin-script-runtime-1.4.20-M1
kotlin-script-runtime-1.4.10
kotlin-script-runtime-1.4.0
kotlin-script-runtime-1.4.0-rc
1.3.x
kotlin-script-runtime-1.3.72
kotlin-script-runtime-1.3.71
kotlin-script-runtime-1.3.70
kotlin-script-runtime-1.3.61
kotlin-script-runtime-1.3.60
kotlin-script-runtime-1.3.50
kotlin-script-runtime-1.3.41
kotlin-script-runtime-1.3.40
kotlin-script-runtime-1.3.31
kotlin-script-runtime-1.3.30
kotlin-script-runtime-1.3.21
kotlin-script-runtime-1.3.20
kotlin-script-runtime-1.3.11
kotlin-script-runtime-1.3.10
kotlin-script-runtime-1.3.0
kotlin-script-runtime-1.3.0-rc-198
kotlin-script-runtime-1.3.0-rc-190
1.2.x
kotlin-script-runtime-1.2.71
kotlin-script-runtime-1.2.70
kotlin-script-runtime-1.2.61
kotlin-script-runtime-1.2.60
kotlin-script-runtime-1.2.51
kotlin-script-runtime-1.2.50
kotlin-script-runtime-1.2.41
kotlin-script-runtime-1.2.40
kotlin-script-runtime-1.2.31
kotlin-script-runtime-1.2.30
kotlin-script-runtime-1.2.21
kotlin-script-runtime-1.2.20
kotlin-script-runtime-1.2.10
kotlin-script-runtime-1.2.0
1.1.x
kotlin-script-runtime-1.1.61
kotlin-script-runtime-1.1.60
kotlin-script-runtime-1.1.51
kotlin-script-runtime-1.1.50
kotlin-script-runtime-1.1.4-3
kotlin-script-runtime-1.1.4-2
kotlin-script-runtime-1.1.4
kotlin-script-runtime-1.1.3-2
kotlin-script-runtime-1.1.3
kotlin-script-runtime-1.1.2-5
kotlin-script-runtime-1.1.2-4
kotlin-script-runtime-1.1.2-3
kotlin-script-runtime-1.1.2-2
kotlin-script-runtime-1.1.2
kotlin-script-runtime-1.1.1
kotlin-script-runtime-1.1.0
0.9.x
kotlin-script-runtime-0.9.1-native
kotlin-script-runtime-0.9.0-native

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jetbrains.kotlin</groupId>
    <artifactId>kotlin-script-runtime</artifactId>
    <version>1.9.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jetbrains.kotlin:kotlin-script-runtime:1.9.10'

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

implementation("org.jetbrains.kotlin:kotlin-script-runtime:1.9.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jetbrains.kotlin" % "kotlin-script-runtime" % "1.9.10"

Advertisement

Dependencies from Group

Aug 23, 2023
13.5k usages
47.4k stars
Aug 23, 2023
12.7k usages
47.4k stars
Aug 23, 2023
9.1k usages
47.4k stars
Aug 23, 2023
4.8k usages
47.4k stars
Aug 23, 2023
2.7k usages
47.4k stars

Discover Dependencies

Jul 11, 2023
148 stars
Feb 07, 2023
13 usages
853 stars
Apr 04, 2017
5 usages
1 stars
Jul 17, 2023
2 usages
277 stars
Apr 17, 2017
5 stars
Aug 01, 2023
955 usages
57 stars
Aug 08, 2023
36 usages
39 stars
Sep 10, 2017
103 stars