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-0.9.1-native.jar download
kotlin-script-runtime-0.9.1-native.pom download
kotlin-script-runtime-0.9.1-native-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.kotlin</groupId>
  <artifactId>kotlin-script-runtime</artifactId>
  <version>0.9.1-native</version>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.kotlin:kotlin-script-runtime:0.9.1-native'
Gradle Kotlin
implementation("org.jetbrains.kotlin:kotlin-script-runtime:0.9.1-native")
Scala SBT
libraryDependencies += "org.jetbrains.kotlin" % "kotlin-script-runtime" % "0.9.1-native"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.kotlin', module='kotlin-script-runtime', version='0.9.1-native')
)
Apache Ivy
<dependency org="org.jetbrains.kotlin" name="kotlin-script-runtime" rev="0.9.1-native" />
Leiningen
[org.jetbrains.kotlin/kotlin-script-runtime "0.9.1-native"]
Apache Buildr
'org.jetbrains.kotlin:kotlin-script-runtime:jar:0.9.1-native'
Dependencies
The project has no third-party dependencies