MVN

com.stainlessapi.sink.api : sink-kotlin

Maven & Gradle

May 16, 2024

Stainless Demo API · The Stainless Demo API is not a real API and is only intended for testing the Stainless SDK code generation. And now, a set of characters that are likely to cause issues if not properly escaped: - quotes: " ' ` - slashes: / // /// \ \\ \\\ - others: \n \r \t \b \f \v \x63 \uFE63 \U0000FE63 \N{HYPHEN} \1 \12 \123 \1234 a \a \g \* \( \& \@ \x2z \u11z1 \U1111z111 \N{HYPHEN#}

<dependency>
    <groupId>com.stainlessapi.sink.api</groupId>
    <artifactId>sink-kotlin</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.stainlessapi.sink.api : sink-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of com.stainlessapi.sink.api : sink-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
sink-kotlin-1.8.0

How to add a dependency to Maven

Add the following com.stainlessapi.sink.api : sink-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.stainlessapi.sink.api</groupId>
    <artifactId>sink-kotlin</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.stainlessapi.sink.api : sink-kotlin gradle dependency to your build.gradle file:

implementation 'com.stainlessapi.sink.api:sink-kotlin:1.8.0'

Gradle Kotlin DSL: Add the following com.stainlessapi.sink.api : sink-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.stainlessapi.sink.api:sink-kotlin:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.stainlessapi.sink.api : sink-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.stainlessapi.sink.api" % "sink-kotlin" % "1.8.0"