MVN

com.cadenzauk : siesta-kotlin

Maven & Gradle

Dec 01, 2022
25 stars

Cadenza UK SIESTA Kotlin · SIESTA Is an Easy SQL Typesafe API with Kotlin Support

<dependency>
    <groupId>com.cadenzauk</groupId>
    <artifactId>siesta-kotlin</artifactId>
    <version>0.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cadenzauk : siesta-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.3

All Versions

Choose a version of com.cadenzauk : siesta-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
siesta-kotlin-0.7.3
siesta-kotlin-0.7.2
siesta-kotlin-0.7.1
siesta-kotlin-0.7.0
0.6.x
siesta-kotlin-0.6.3
siesta-kotlin-0.6.2
siesta-kotlin-0.6.1
siesta-kotlin-0.6.0
0.5.x
siesta-kotlin-0.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.cadenzauk</groupId>
    <artifactId>siesta-kotlin</artifactId>
    <version>0.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cadenzauk : siesta-kotlin gradle dependency to your build.gradle file:

implementation 'com.cadenzauk:siesta-kotlin:0.7.3'

Gradle Kotlin DSL: Add the following com.cadenzauk : siesta-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cadenzauk:siesta-kotlin:0.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cadenzauk : siesta-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cadenzauk" % "siesta-kotlin" % "0.7.3"