is not current version
Last Version 0.19.1

com.github.marks-yag:ketty 0.18.5

A simple async IPC library written in Kotlin.

GroupId

GroupId

com.github.marks-yag
ArtifactId

ArtifactId

ketty
Version

Version

0.18.5
Type

Type

jar

Download ketty 0.18.5


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