GroupId | GroupIdtech.pronghorn |
---|---|
ArtifactId | ArtifactIdcoroutines |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
coroutines-0.2.0.pom | |
coroutines-0.2.0.jar | 139 KB |
coroutines-0.2.0-sources.jar | 36 KB |
coroutines-0.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/tech.pronghorn/coroutines/ -->
<dependency>
<groupId>tech.pronghorn</groupId>
<artifactId>coroutines</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.pronghorn/coroutines/
implementation 'tech.pronghorn:coroutines:0.2.0'
// https://jarcasting.com/artifacts/tech.pronghorn/coroutines/
implementation ("tech.pronghorn:coroutines:0.2.0")
'tech.pronghorn:coroutines:jar:0.2.0'
<dependency org="tech.pronghorn" name="coroutines" rev="0.2.0">
<artifact name="coroutines" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.pronghorn', module='coroutines', version='0.2.0')
)
libraryDependencies += "tech.pronghorn" % "coroutines" % "0.2.0"
[tech.pronghorn/coroutines "0.2.0"]