License |
License |
---|---|
GroupId | GroupIdcom.github.marks-yag |
ArtifactId | ArtifactIdketty |
Version | Version0.18.6 |
Type | Typejar |
Description |
DescriptionKetty
A simple async IPC library written in Kotlin.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ketty-0.18.6.pom | |
ketty-0.18.6.jar | 248 KB |
ketty-0.18.6-sources.jar | 78 KB |
ketty-0.18.6-shade.jar | 4 MB |
ketty-0.18.6-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marks-yag/ketty/ -->
<dependency>
<groupId>com.github.marks-yag</groupId>
<artifactId>ketty</artifactId>
<version>0.18.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/ketty/
implementation 'com.github.marks-yag:ketty:0.18.6'
// https://jarcasting.com/artifacts/com.github.marks-yag/ketty/
implementation ("com.github.marks-yag:ketty:0.18.6")
'com.github.marks-yag:ketty:jar:0.18.6'
<dependency org="com.github.marks-yag" name="ketty" rev="0.18.6">
<artifact name="ketty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='ketty', version='0.18.6')
)
libraryDependencies += "com.github.marks-yag" % "ketty" % "0.18.6"
[com.github.marks-yag/ketty "0.18.6"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.30 |
com.github.marks-yag : config-annotation | jar | 0.12.2 |
com.github.marks-yag : retry | jar | 0.10.3 |
io.netty : netty-all | jar | 4.1.53.Final |
org.apache.thrift : libthrift | jar | 0.14.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.0 |
ch.qos.logback : logback-core | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.4.30 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
com.github.marks-yag : config-core | jar | 0.12.2 |
commons-cli : commons-cli | jar | 1.4 |
io.dropwizard.metrics : metrics-core | jar | 4.0.0 |
io.dropwizard.metrics : metrics-jmx | jar | 4.0.5 |