MVN

be.zvz : KotlinInside

Maven & Gradle

Apr 18, 2023
61 stars

KotlinInside · Unofficial DCInside API written in Kotlin

<dependency>
    <groupId>be.zvz</groupId>
    <artifactId>KotlinInside</artifactId>
    <version>1.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.zvz : KotlinInside to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15.0

All Versions

Choose a version of be.zvz : KotlinInside to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15.x
KotlinInside-1.15.0
1.14.x
KotlinInside-1.14.6
KotlinInside-1.14.5
KotlinInside-1.14.4
KotlinInside-1.14.3
KotlinInside-1.14.2
KotlinInside-1.14.1
KotlinInside-1.14.0
1.13.x
KotlinInside-1.13.1
KotlinInside-1.13.0
1.12.x
KotlinInside-1.12.0
1.11.x
KotlinInside-1.11.2
KotlinInside-1.11.1
KotlinInside-1.11.0
1.10.x
KotlinInside-1.10.2
KotlinInside-1.10.1
KotlinInside-1.10.0
1.9.x
KotlinInside-1.9.2
KotlinInside-1.9.1

How to add a dependency to Maven

Add the following be.zvz : KotlinInside maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.zvz</groupId>
    <artifactId>KotlinInside</artifactId>
    <version>1.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.zvz : KotlinInside gradle dependency to your build.gradle file:

implementation 'be.zvz:KotlinInside:1.15.0'

Gradle Kotlin DSL: Add the following be.zvz : KotlinInside gradle kotlin dependency to your build.gradle.kts file:

implementation("be.zvz:KotlinInside:1.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.zvz : KotlinInside sbt scala dependency to your build.sbt file:

libraryDependencies += "be.zvz" % "KotlinInside" % "1.15.0"