Ketty Core

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

License

License

GroupId

GroupId

com.github.marks-yag
ArtifactId

ArtifactId

ketty-core
Last Version

Last Version

0.19.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/marks-yag/ketty

Download ketty-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.marks-yag/ketty-core/ -->
<dependency>
    <groupId>com.github.marks-yag</groupId>
    <artifactId>ketty-core</artifactId>
    <version>0.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/ketty-core/
implementation 'com.github.marks-yag:ketty-core:0.19.1'
// https://jarcasting.com/artifacts/com.github.marks-yag/ketty-core/
implementation ("com.github.marks-yag:ketty-core:0.19.1")
'com.github.marks-yag:ketty-core:jar:0.19.1'
<dependency org="com.github.marks-yag" name="ketty-core" rev="0.19.1">
  <artifact name="ketty-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='ketty-core', version='0.19.1')
)
libraryDependencies += "com.github.marks-yag" % "ketty-core" % "0.19.1"
[com.github.marks-yag/ketty-core "0.19.1"]

Dependencies

compile (6)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.21
com.github.marks-yag : config-annotation jar 0.12.6
com.github.marks-yag : retry jar 0.10.4
io.netty : netty-all jar 4.1.76.Final
org.apache.thrift : libthrift jar 0.16.0
org.slf4j : slf4j-api jar 1.7.36

runtime (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.11
ch.qos.logback : logback-core jar 1.2.11

test (8)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit5 jar 1.6.21
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
com.github.marks-yag : config-core jar 0.12.6
commons-cli : commons-cli jar 1.5.0
io.dropwizard.metrics : metrics-core jar 4.2.9
io.dropwizard.metrics : metrics-jmx jar 4.2.9

Project Modules

There are no modules declared in this project.

Versions

Version
0.19.1
0.19.0