не последняя версия
Последняя версия 0.18.3

com.github.marks-yag:ipc 0.17.3

A simple async IPC library written in Kotlin.

Группа

Группа

com.github.marks-yag
Идентификатор

Идентификатор

ipc
Версия

Версия

0.17.3
Тип

Тип

jar

Скачать ipc 0.17.3


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