JaCh

Golang channels in Java

View the Project on GitHub

◀ Concepts 🏠 Home Channels ►

Adding JaCh to your project

JaCh is available in maven central repository. In your maven pom, add the following dependency to get started with JaCh

<dependency>
    <groupId>io.github.daichi-m</groupId>
    <artifactId>jach</artifactId>
    <version>LATEST_VERSION</version>
</dependency>

You can check the available versions by searching the maven central repo here.

◀ Concepts 🏠 Home Channels ►