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