License |
License |
---|---|
GroupId | GroupIdcom.github.marks-yag |
ArtifactId | ArtifactIdketty-core |
Last Version | Last Version0.19.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKetty Core
A simple async ping-pong style communication framework written in Kotlin.
|
Project URL |
Project URL |
Filename | Size |
---|---|
ketty-core-0.19.1.pom | |
ketty-core-0.19.1.jar | 231 KB |
ketty-core-0.19.1-sources.jar | 75 KB |
ketty-core-0.19.1-shade.jar | 588 KB |
ketty-core-0.19.1-javadoc.jar | 2 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.11 |
ch.qos.logback : logback-core | jar | 1.2.11 |
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 |