MVN

com.myzlab : K-Spring

Maven & Gradle

Jun 19, 2023
0 stars

K-Spring · Library for automatic generation of sql statements for Spring Boot + Hibernate

<dependency>
    <groupId>com.myzlab</groupId>
    <artifactId>K-Spring</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.myzlab : K-Spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0
  • Latest Beta: 1.1.32.6.beta

All Versions

Choose a version of com.myzlab : K-Spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
K-Spring-1.2.0
1.1.x
K-Spring-1.1.39
K-Spring-1.1.38
K-Spring-1.1.37
K-Spring-1.1.36
K-Spring-1.1.35
K-Spring-1.1.34
K-Spring-1.1.33
K-Spring-1.1.32.7
K-Spring-1.1.32.6.beta
K-Spring-1.1.32.5.beta
K-Spring-1.1.32.4.beta
K-Spring-1.1.32.3.beta
K-Spring-1.1.32.beta
K-Spring-1.1.31.beta
K-Spring-1.1.30.1
K-Spring-1.1.30
K-Spring-1.1.29
K-Spring-1.1.28
K-Spring-1.1.26
K-Spring-1.1.25
K-Spring-1.1.24.1
K-Spring-1.1.24
K-Spring-1.1.23
K-Spring-1.1.22
K-Spring-1.1.21
K-Spring-1.1.20
K-Spring-1.1.19
K-Spring-1.1.16
K-Spring-1.1.15.1
K-Spring-1.1.14
K-Spring-1.1.13
K-Spring-1.1.12
K-Spring-1.1.11
K-Spring-1.1.10
K-Spring-1.1.8
K-Spring-1.1.6
K-Spring-1.1.5
K-Spring-1.1.4
K-Spring-1.1.3
K-Spring-1.1.2
K-Spring-1.1.1
K-Spring-1.1.0

How to add a dependency to Maven

Add the following com.myzlab : K-Spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.myzlab</groupId>
    <artifactId>K-Spring</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.myzlab : K-Spring gradle dependency to your build.gradle file:

implementation 'com.myzlab:K-Spring:1.2.0'

Gradle Kotlin DSL: Add the following com.myzlab : K-Spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.myzlab:K-Spring:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.myzlab : K-Spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.myzlab" % "K-Spring" % "1.2.0"

Advertisement