MVN

org.javalite : activejdbc-kt

Maven & Gradle

Jan 06, 2023
833 stars

JavaLite - ActiveJDBC ORM Framework (for Kotlin)

<dependency>
    <groupId>org.javalite</groupId>
    <artifactId>activejdbc-kt</artifactId>
    <version>3.4-j11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.javalite : activejdbc-kt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4-j11

All Versions

Choose a version of org.javalite : activejdbc-kt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4
activejdbc-kt-3.4-j11
3.3
activejdbc-kt-3.3-j11
3.0
activejdbc-kt-3.0-j11
2.6
activejdbc-kt-2.6-j8
2.5
activejdbc-kt-2.5-j8
2.4
activejdbc-kt-2.4-j8
2.3.x
activejdbc-kt-2.3.2-j8
activejdbc-kt-2.3.1-j8
2.3
activejdbc-kt-2.3
2.2
activejdbc-kt-2.2

How to add a dependency to Maven

Add the following org.javalite : activejdbc-kt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.javalite</groupId>
    <artifactId>activejdbc-kt</artifactId>
    <version>3.4-j11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.javalite : activejdbc-kt gradle dependency to your build.gradle file:

implementation 'org.javalite:activejdbc-kt:3.4-j11'

Gradle Kotlin DSL: Add the following org.javalite : activejdbc-kt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.javalite:activejdbc-kt:3.4-j11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.javalite : activejdbc-kt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.javalite" % "activejdbc-kt" % "3.4-j11"

Advertisement