MVN

com.jalalkiswani : jk-framework-data

Maven & Gradle

Apr 05, 2023

jkframework-data · This contains a set of API's that ease the database programming with Java, in both: JDBC and JPA Persisitnce).

<dependency>
    <groupId>com.jalalkiswani</groupId>
    <artifactId>jk-framework-data</artifactId>
    <version>7.0.0-M7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jalalkiswani : jk-framework-data to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0-M7

All Versions

Choose a version of com.jalalkiswani : jk-framework-data to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
jk-framework-data-7.0.0-M7
jk-framework-data-7.0.0-M6
jk-framework-data-7.0.0-M5
jk-framework-data-7.0.0-M4
jk-framework-data-7.0.0-M3
jk-framework-data-7.0.0-M2
jk-framework-data-7.0.0-M1
6.4.x
jk-framework-data-6.4.0
6.3.x
jk-framework-data-6.3.0
6.2.x
jk-framework-data-6.2.0
6.1.x
jk-framework-data-6.1.0
6.0.x
jk-framework-data-6.0.0

How to add a dependency to Maven

Add the following com.jalalkiswani : jk-framework-data maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jalalkiswani</groupId>
    <artifactId>jk-framework-data</artifactId>
    <version>7.0.0-M7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jalalkiswani : jk-framework-data gradle dependency to your build.gradle file:

implementation 'com.jalalkiswani:jk-framework-data:7.0.0-M7'

Gradle Kotlin DSL: Add the following com.jalalkiswani : jk-framework-data gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jalalkiswani:jk-framework-data:7.0.0-M7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jalalkiswani : jk-framework-data sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jalalkiswani" % "jk-framework-data" % "7.0.0-M7"