is not current version
Last Version 1.7.0

org.jetbrains.kotlin:kotlin-script-runtime 0.9.0-native

Kotlin Script Runtime

Categories

Categories

Kotlin Languages
GroupId

GroupId

org.jetbrains.kotlin
ArtifactId

ArtifactId

kotlin-script-runtime
Version

Version

0.9.0-native
Type

Type

jar

Download kotlin-script-runtime 0.9.0-native


<!-- https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-script-runtime/ -->
<dependency>
    <groupId>org.jetbrains.kotlin</groupId>
    <artifactId>kotlin-script-runtime</artifactId>
    <version>0.9.0-native</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-script-runtime/
implementation 'org.jetbrains.kotlin:kotlin-script-runtime:0.9.0-native'
// https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-script-runtime/
implementation ("org.jetbrains.kotlin:kotlin-script-runtime:0.9.0-native")
'org.jetbrains.kotlin:kotlin-script-runtime:jar:0.9.0-native'
<dependency org="org.jetbrains.kotlin" name="kotlin-script-runtime" rev="0.9.0-native">
  <artifact name="kotlin-script-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlin', module='kotlin-script-runtime', version='0.9.0-native')
)
libraryDependencies += "org.jetbrains.kotlin" % "kotlin-script-runtime" % "0.9.0-native"
[org.jetbrains.kotlin/kotlin-script-runtime "0.9.0-native"]