JaCh

JaCh (pronounced like Bach) is an implementation of Golang channels in Java.

License

License

GroupId

GroupId

io.github.daichi-m
ArtifactId

ArtifactId

jach
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

JaCh
JaCh (pronounced like Bach) is an implementation of Golang channels in Java.
Project URL

Project URL

https://github.com/daichi-m/jach
Source Code Management

Source Code Management

https://github.com/daichi-m/jach.git

Download jach

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.google.guava : guava jar 29.0-jre
org.projectlombok : lombok jar 1.18.20
org.slf4j : slf4j-api jar 1.7.30
com.esotericsoftware.kryo : kryo5 jar 5.1.1

test (4)

Group / Artifact Type Version
io.cucumber : cucumber-java8 jar 6.8.1
org.mockito : mockito-core jar 3.9.0
org.testng : testng jar 7.4.0
org.slf4j : slf4j-simple jar 1.7.30

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.3
0.1.2
0.1.1
0.1.0
0.0.6