MVN

com.github.marks-yag : ketty-core

Maven & Gradle

Jan 15, 2023

Ketty Core · A simple async ping-pong style communication framework written in Kotlin.

<dependency>
    <groupId>com.github.marks-yag</groupId>
    <artifactId>ketty-core</artifactId>
    <version>0.20.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.marks-yag : ketty-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.20.2

All Versions

Choose a version of com.github.marks-yag : ketty-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.20.x
ketty-core-0.20.2
ketty-core-0.20.1
ketty-core-0.20.0
0.19.x
ketty-core-0.19.7
ketty-core-0.19.6
ketty-core-0.19.5
ketty-core-0.19.4
ketty-core-0.19.3
ketty-core-0.19.2
ketty-core-0.19.1
ketty-core-0.19.0

How to add a dependency to Maven

Add the following com.github.marks-yag : ketty-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.marks-yag</groupId>
    <artifactId>ketty-core</artifactId>
    <version>0.20.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.marks-yag : ketty-core gradle dependency to your build.gradle file:

implementation 'com.github.marks-yag:ketty-core:0.20.2'

Gradle Kotlin DSL: Add the following com.github.marks-yag : ketty-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.marks-yag:ketty-core:0.20.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.marks-yag : ketty-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.marks-yag" % "ketty-core" % "0.20.2"

Advertisement