License |
License |
---|---|
GroupId | GroupIdcom.github.marks-yag |
ArtifactId | ArtifactIdketty |
Last Version | Last Version0.19.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKetty
A simple async communication framework written in Kotlin.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ketty-0.19.1.pom | |
ketty-0.19.1.jar | 248 KB |
ketty-0.19.1-sources.jar | 78 KB |
ketty-0.19.1-shade.jar | 4 MB |
ketty-0.19.1-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.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/ketty/
implementation 'com.github.marks-yag:ketty:0.19.1'
// https://jarcasting.com/artifacts/com.github.marks-yag/ketty/
implementation ("com.github.marks-yag:ketty:0.19.1")
'com.github.marks-yag:ketty:jar:0.19.1'
<dependency org="com.github.marks-yag" name="ketty" rev="0.19.1">
<artifact name="ketty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='ketty', version='0.19.1')
)
libraryDependencies += "com.github.marks-yag" % "ketty" % "0.19.1"
[com.github.marks-yag/ketty "0.19.1"]