MVN

org.ufoss.kotysa : kotysa-jdbc

Maven & Gradle

Jul 05, 2023
107 stars

kotysa-jdbc · Kotysa is the idiomatic way to write Kotlin type-safe SQL

<dependency>
    <groupId>org.ufoss.kotysa</groupId>
    <artifactId>kotysa-jdbc</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ufoss.kotysa : kotysa-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0
  • Latest Beta: 1.1.5-beta

All Versions

Choose a version of org.ufoss.kotysa : kotysa-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
kotysa-jdbc-3.1.0
3.0.x
kotysa-jdbc-3.0.2
kotysa-jdbc-3.0.1
kotysa-jdbc-3.0.0
2.4.x
kotysa-jdbc-2.4.0
2.3.x
kotysa-jdbc-2.3.3
kotysa-jdbc-2.3.2
kotysa-jdbc-2.3.1
kotysa-jdbc-2.3.0
2.2.x
kotysa-jdbc-2.2.1
kotysa-jdbc-2.2.0
2.1.x
kotysa-jdbc-2.1.2
kotysa-jdbc-2.1.1
kotysa-jdbc-2.1.0
2.0.x
kotysa-jdbc-2.0.0
1.1.x
kotysa-jdbc-1.1.5
kotysa-jdbc-1.1.5-beta
kotysa-jdbc-1.1.4
kotysa-jdbc-1.1.3
kotysa-jdbc-1.1.2

How to add a dependency to Maven

Add the following org.ufoss.kotysa : kotysa-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ufoss.kotysa</groupId>
    <artifactId>kotysa-jdbc</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ufoss.kotysa : kotysa-jdbc gradle dependency to your build.gradle file:

implementation 'org.ufoss.kotysa:kotysa-jdbc:3.1.0'

Gradle Kotlin DSL: Add the following org.ufoss.kotysa : kotysa-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ufoss.kotysa:kotysa-jdbc:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ufoss.kotysa : kotysa-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ufoss.kotysa" % "kotysa-jdbc" % "3.1.0"

Advertisement