Files download
File Operation
KotlinInside-1.13.0.jar download
KotlinInside-1.13.0.pom download
KotlinInside-1.13.0-sources.jar download
Apache Maven
<dependency>
  <groupId>be.zvz</groupId>
  <artifactId>KotlinInside</artifactId>
  <version>1.13.0</version>
</dependency>
Gradle Groovy
implementation 'be.zvz:KotlinInside:1.13.0'
Gradle Kotlin
implementation("be.zvz:KotlinInside:1.13.0")
Scala SBT
libraryDependencies += "be.zvz" % "KotlinInside" % "1.13.0"
Groovy Grape
@Grapes(
  @Grab(group='be.zvz', module='KotlinInside', version='1.13.0')
)
Apache Ivy
<dependency org="be.zvz" name="KotlinInside" rev="1.13.0" />
Leiningen
[be.zvz/KotlinInside "1.13.0"]
Apache Buildr
'be.zvz:KotlinInside:jar:1.13.0'