IPC

A simple async IPC library written in Kotlin.

License

License

GroupId

GroupId

com.github.marks-yag
ArtifactId

ArtifactId

ipc
Last Version

Last Version

0.18.3
Release Date

Release Date

Type

Type

jar
Description

Description

IPC
A simple async IPC library written in Kotlin.
Project URL

Project URL

https://github.com/marks-yag/ipc
Source Code Management

Source Code Management

https://github.com/marks-yag/ipc

Download ipc

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.10
com.github.marks-yag : config-annotation jar 0.11.0
com.github.marks-yag : retry jar 0.6.2
io.netty : netty-all jar 4.1.53.Final
io.dropwizard.metrics : metrics-core jar 4.0.0
io.dropwizard.metrics : metrics-jmx jar 4.0.5
org.apache.thrift : libthrift jar 0.12.0
org.slf4j : slf4j-api jar 1.7.25

runtime (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.2
ch.qos.logback : logback-core jar 1.1.2

test (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit jar 1.4.10
junit : junit jar 4.13.1
com.github.marks-yag : punner-core jar 0.9.16
com.github.marks-yag : config-core jar 0.11.0
commons-cli : commons-cli jar 1.4

Project Modules

There are no modules declared in this project.

IPC

IPC is an async ipc library based on Netty.

Install

mvn install

Usage

<dependency>
  <groupId>com.github.marks-yag</groupId>
  <artifactId>ipc</artifactId>
  <version>${version}</version>
</dependency>

Versions

Version
0.18.3
0.18.2
0.18.1
0.18.0
0.17.10
0.17.9
0.17.8
0.17.7
0.17.6
0.17.5
0.17.4
0.17.3
0.17.2
0.17.1
0.17.0
0.16.2
0.16.1
0.16.0
0.15.0
0.14.0
0.13.6
0.13.5
0.13.4
0.13.3
0.13.2
0.13.1
0.13.0
0.12.2
0.12.1
0.12.0
0.11.2
0.11.1
0.11.0
0.10.1
0.10.0
0.9.11
0.9.0