is not current version
Last Version 0.2.1

tech.pronghorn:coroutines 0.1.0

A Kotlin framework for development of high performance, IO-driven applications.

GroupId

GroupId

tech.pronghorn
ArtifactId

ArtifactId

coroutines
Version

Version

0.1.0
Type

Type

jar

Download coroutines 0.1.0


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