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