Last Version

Pronghorn Coroutine Framework 0.2.1

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

License

License

GroupId

GroupId

tech.pronghorn
ArtifactId

ArtifactId

coroutines
Version

Version

0.2.1
Type

Type

jar
Description

Description

Pronghorn Coroutine Framework
A Kotlin framework for development of high performance, IO-driven applications.
Project URL

Project URL

https://pronghorn.tech
Source Code Management

Source Code Management

https://github.com/pronghorn-tech/coroutines.git

Download coroutines 0.2.1


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

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.2.31
tech.pronghorn : common jar 0.2.1
org.jetbrains.kotlin : kotlin-reflect jar 1.2.31

test (6)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.1.0
org.mockito : mockito-core jar 2.16.0
tech.pronghorn : plugin-collections-jctools jar 0.2.1
tech.pronghorn : plugin-hashing-openhft jar 0.2.1
tech.pronghorn : plugin-logging-slf4j jar 0.2.1
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.