is not current version
Last Version 0.19.1

com.github.marks-yag:ketty-core 0.19.0

A simple async IPC library written in Kotlin.

GroupId

GroupId

com.github.marks-yag
ArtifactId

ArtifactId

ketty-core
Version

Version

0.19.0
Type

Type

jar

Download ketty-core 0.19.0


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