License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.github.rssh |
ArtifactId | ArtifactIdscala-gopher_3 |
Version | Version2.0.6 |
Type | Typejar |
Description |
Descriptionscala-gopher
scala-gopher: asynchronous implementation of CSP ( go-like channels/selectors ) in scala
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scala-gopher_3-2.0.6.pom | |
scala-gopher_3-2.0.6.jar | 394 KB |
scala-gopher_3-2.0.6-sources.jar | 35 KB |
scala-gopher_3-2.0.6-javadoc.jar | 535 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rssh/scala-gopher_3/ -->
<dependency>
<groupId>com.github.rssh</groupId>
<artifactId>scala-gopher_3</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rssh/scala-gopher_3/
implementation 'com.github.rssh:scala-gopher_3:2.0.6'
// https://jarcasting.com/artifacts/com.github.rssh/scala-gopher_3/
implementation ("com.github.rssh:scala-gopher_3:2.0.6")
'com.github.rssh:scala-gopher_3:jar:2.0.6'
<dependency org="com.github.rssh" name="scala-gopher_3" rev="2.0.6">
<artifact name="scala-gopher_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rssh', module='scala-gopher_3', version='2.0.6')
)
libraryDependencies += "com.github.rssh" % "scala-gopher_3" % "2.0.6"
[com.github.rssh/scala-gopher_3 "2.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala3-library_3 | jar | 3.0.1 |
com.github.rssh : dotty-cps-async_3 | jar | 0.9.2 |
Group / Artifact | Type | Version |
---|---|---|
org.scalameta : munit_3 | jar | 0.7.27 |