MVN

com.myzlab.ksearch.springboot.jbdc : k

Maven & Gradle

Dec 20, 2022
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.jbdc</groupId>
    <artifactId>k</artifactId>
    <version>2.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.12

All Versions

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

Version Vulnerabilities Updated
2.0.x
k-2.0.12
k-2.0.11
k-2.0.10
k-2.0.9
k-2.0.8
k-2.0.7
k-2.0.6
k-2.0.5
k-2.0.4
k-2.0.3
k-2.0.2
k-2.0.1
k-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.myzlab.ksearch.springboot.jbdc</groupId>
    <artifactId>k</artifactId>
    <version>2.0.12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.myzlab.ksearch.springboot.jbdc:k:2.0.12'

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

implementation("com.myzlab.ksearch.springboot.jbdc:k:2.0.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.myzlab.ksearch.springboot.jbdc" % "k" % "2.0.12"

Advertisement