MVN

me.liuwj.ktorm : ktorm-core

Maven & Gradle

Sep 19, 2020
7 usages
1.9k stars

ktorm-core · A lightweight ORM Framework for Kotlin with strong typed SQL DSL and sequence APIs.

<dependency>
    <groupId>me.liuwj.ktorm</groupId>
    <artifactId>ktorm-core</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.liuwj.ktorm : ktorm-core to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of me.liuwj.ktorm : ktorm-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
ktorm-core-3.1.0
3.0.x
ktorm-core-3.0.0
2.7.x
ktorm-core-2.7.2
ktorm-core-2.7.1
2.7
ktorm-core-2.7
2.6.x
ktorm-core-2.6.1
2.6
ktorm-core-2.6
2.5
ktorm-core-2.5
2.4
ktorm-core-2.4
2.3
ktorm-core-2.3
2.2
ktorm-core-2.2
2.1
ktorm-core-2.1
2.0
ktorm-core-2.0
1.3
ktorm-core-1.3
1.2
ktorm-core-1.2
1.1.x
ktorm-core-1.1.final
1.1
ktorm-core-1.1
1.0
ktorm-core-1.0
ktorm-core-1.0-beta

How to add a dependency to Maven

Add the following me.liuwj.ktorm : ktorm-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.liuwj.ktorm</groupId>
    <artifactId>ktorm-core</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.liuwj.ktorm : ktorm-core gradle dependency to your build.gradle file:

implementation 'me.liuwj.ktorm:ktorm-core:3.1.0'

Gradle Kotlin DSL: Add the following me.liuwj.ktorm : ktorm-core gradle kotlin dependency to your build.gradle.kts file:

implementation("me.liuwj.ktorm:ktorm-core:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.liuwj.ktorm : ktorm-core sbt scala dependency to your build.sbt file:

libraryDependencies += "me.liuwj.ktorm" % "ktorm-core" % "3.1.0"

Advertisement

Dependencies from Group

Sep 19, 2020
7 usages
1.9k stars
Sep 19, 2020
1.9k stars
Sep 19, 2020
1.9k stars
Sep 19, 2020
1.9k stars
Sep 19, 2020
1.9k stars

Discover Dependencies

Sep 23, 2019
3 usages
1 stars
Sep 23, 2019
3 usages
1 stars
Jan 07, 2019
14 usages
1 stars
May 01, 2017
5 usages
205 stars
Jul 06, 2023
148 usages
8.9k stars
May 29, 2019
8 usages
0 stars