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