is not current version
Last Version 3.0.2

com.github.rssh:scala-gopher_3 2.0.2

scala-gopher: asynchronous implementation of CSP ( go-like channels/selectors ) in scala

Categories

Categories

Scala Languages
GroupId

GroupId

com.github.rssh
ArtifactId

ArtifactId

scala-gopher_3
Version

Version

2.0.2
Type

Type

jar

Download scala-gopher_3 2.0.2


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