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