MVN

com.myzlab.ksearch.springboot.jdbc : k

Maven & Gradle

Aug 08, 2023
0 stars

Ksearch Springboot Jdbc · An easy and intuitive way to write dynamic SQL statements. For Spring Boot + JDBC

<dependency>
    <groupId>com.myzlab.ksearch.springboot.jdbc</groupId>
    <artifactId>k</artifactId>
    <version>2.0.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.myzlab.ksearch.springboot.jdbc : k to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.33
  • Latest Alpha: 2.4.7-alpha

All Versions

Choose a version of com.myzlab.ksearch.springboot.jdbc : k to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
k-2.4.7-alpha
k-2.4.6-alpha
k-2.4.5-alpha
k-2.4.4-alpha
k-2.4.3-alpha
k-2.4.2-alpha
k-2.4.1-alpha
k-2.4.0-alpha
2.3.x
k-2.3.0-alpha
2.2.x
k-2.2.0-alpha
2.1.x
k-2.1.1-alpha
k-2.1.0-alpha
2.0.x
k-2.0.36-alpha
k-2.0.35-alpha
k-2.0.34-alpha
k-2.0.33
k-2.0.32
k-2.0.31
k-2.0.30
k-2.0.29
k-2.0.28
k-2.0.27
k-2.0.26
k-2.0.25
k-2.0.24
k-2.0.23
k-2.0.22
k-2.0.21
k-2.0.20
k-2.0.19
k-2.0.18
k-2.0.17
k-2.0.16
k-2.0.15
k-2.0.14
k-2.0.13
k-2.0.12

How to add a dependency to Maven

Add the following com.myzlab.ksearch.springboot.jdbc : k maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.myzlab.ksearch.springboot.jdbc</groupId>
    <artifactId>k</artifactId>
    <version>2.0.33</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.myzlab.ksearch.springboot.jdbc : k gradle dependency to your build.gradle file:

implementation 'com.myzlab.ksearch.springboot.jdbc:k:2.0.33'

Gradle Kotlin DSL: Add the following com.myzlab.ksearch.springboot.jdbc : k gradle kotlin dependency to your build.gradle.kts file:

implementation("com.myzlab.ksearch.springboot.jdbc:k:2.0.33")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.myzlab.ksearch.springboot.jdbc : k sbt scala dependency to your build.sbt file:

libraryDependencies += "com.myzlab.ksearch.springboot.jdbc" % "k" % "2.0.33"