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