| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.marks-yag | 
    
| ArtifactId | ArtifactIdketty-rpc | 
    
| Last Version | Last Version0.19.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionKetty RPC 
            A simple async rpc framework written in Kotlin. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| ketty-rpc-0.19.1.pom | |
| ketty-rpc-0.19.1.jar | 22 KB | 
| ketty-rpc-0.19.1-sources.jar | 12 KB | 
| ketty-rpc-0.19.1-shade.jar | 377 KB | 
| ketty-rpc-0.19.1-javadoc.jar | 44 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.marks-yag/ketty-rpc/ -->
<dependency>
    <groupId>com.github.marks-yag</groupId>
    <artifactId>ketty-rpc</artifactId>
    <version>0.19.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.marks-yag/ketty-rpc/
implementation 'com.github.marks-yag:ketty-rpc:0.19.1'
                // https://jarcasting.com/artifacts/com.github.marks-yag/ketty-rpc/
implementation ("com.github.marks-yag:ketty-rpc:0.19.1")
                'com.github.marks-yag:ketty-rpc:jar:0.19.1'
                <dependency org="com.github.marks-yag" name="ketty-rpc" rev="0.19.1">
  <artifact name="ketty-rpc" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.marks-yag', module='ketty-rpc', version='0.19.1')
)
                libraryDependencies += "com.github.marks-yag" % "ketty-rpc" % "0.19.1"
                [com.github.marks-yag/ketty-rpc "0.19.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 | 
| com.github.marks-yag : ketty-core | jar | 0.19.1 | 
| io.protostuff : protostuff-core | jar | 1.8.0 | 
| io.protostuff : protostuff-runtime | jar | 1.8.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 |