kotlin-script-runtime

kotlin-script-runtime

Kotlin Script Runtime
https://kotlinlang.org/
The Apache License, Version 2.0
Kotlin Team
Files download
File Operation
kotlin-script-runtime-1.3.72.jar download
kotlin-script-runtime-1.3.72.pom download
kotlin-script-runtime-1.3.72-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.kotlin</groupId>
  <artifactId>kotlin-script-runtime</artifactId>
  <version>1.3.72</version>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.kotlin:kotlin-script-runtime:1.3.72'
Gradle Kotlin
implementation("org.jetbrains.kotlin:kotlin-script-runtime:1.3.72")
Scala SBT
libraryDependencies += "org.jetbrains.kotlin" % "kotlin-script-runtime" % "1.3.72"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.kotlin', module='kotlin-script-runtime', version='1.3.72')
)
Apache Ivy
<dependency org="org.jetbrains.kotlin" name="kotlin-script-runtime" rev="1.3.72" />
Leiningen
[org.jetbrains.kotlin/kotlin-script-runtime "1.3.72"]
Apache Buildr
'org.jetbrains.kotlin:kotlin-script-runtime:jar:1.3.72'
Dependencies
The project has no third-party dependencies