Golang channels in Java
◀ Concepts | 🏠 Home | Channels ► |
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 ► |