is not current version
Last Version 0.18.3

com.github.marks-yag:ipc 0.12.2

A simple async IPC library written in Kotlin.

GroupId

GroupId

com.github.marks-yag
ArtifactId

ArtifactId

ipc
Version

Version

0.12.2
Type

Type

jar

Download ipc 0.12.2


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