MVN

io.github.zkpursuit : kaka-core

Maven & Gradle

Jul 28, 2023
1 stars

io.github.zkpursuit:kaka-core · An event driven framework

<dependency>
    <groupId>io.github.zkpursuit</groupId>
    <artifactId>kaka-core</artifactId>
    <version>5.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zkpursuit : kaka-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.8

All Versions

Choose a version of io.github.zkpursuit : kaka-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.8
kaka-core-5.8
5.7
kaka-core-5.7
5.6
kaka-core-5.6
5.5
kaka-core-5.5
5.4
kaka-core-5.4
5.3
kaka-core-5.3
5.2
kaka-core-5.2
5.1
kaka-core-5.1
5.0
kaka-core-5.0
kaka-core-5.0-preview
4.0
kaka-core-4.0
3.3
kaka-core-3.3
3.2
kaka-core-3.2
3.1
kaka-core-3.1
3.0
kaka-core-3.0
2.0
kaka-core-2.0
1.0
kaka-core-1.0

How to add a dependency to Maven

Add the following io.github.zkpursuit : kaka-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.zkpursuit</groupId>
    <artifactId>kaka-core</artifactId>
    <version>5.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.zkpursuit : kaka-core gradle dependency to your build.gradle file:

implementation 'io.github.zkpursuit:kaka-core:5.8'

Gradle Kotlin DSL: Add the following io.github.zkpursuit : kaka-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.zkpursuit:kaka-core:5.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.zkpursuit : kaka-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.zkpursuit" % "kaka-core" % "5.8"

Advertisement