MVN

com.jalalkiswani : jk-framework-core

Maven & Gradle

Apr 05, 2023

jk-framework-core · This contains a set of API's and tools that cover most of teh daily needs of Java developers, such as config, logging, exception handling.

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

Latest Version

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

  • Latest Stable: 7.0.0-M7

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jalalkiswani</groupId>
    <artifactId>jk-framework-core</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-core gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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