| License | License | 
|---|---|
| GroupId | GroupIdpl.clareo.coroutines | 
| ArtifactId | ArtifactIdcoroutines | 
| Last Version | Last Version1.2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionCoroutines Coroutines for Java | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| coroutines-1.2.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/pl.clareo.coroutines/coroutines/ -->
<dependency>
    <groupId>pl.clareo.coroutines</groupId>
    <artifactId>coroutines</artifactId>
    <version>1.2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/pl.clareo.coroutines/coroutines/
implementation 'pl.clareo.coroutines:coroutines:1.2'// https://jarcasting.com/artifacts/pl.clareo.coroutines/coroutines/
implementation ("pl.clareo.coroutines:coroutines:1.2")'pl.clareo.coroutines:coroutines:pom:1.2'<dependency org="pl.clareo.coroutines" name="coroutines" rev="1.2">
  <artifact name="coroutines" type="pom" />
</dependency>@Grapes(
@Grab(group='pl.clareo.coroutines', module='coroutines', version='1.2')
)libraryDependencies += "pl.clareo.coroutines" % "coroutines" % "1.2"[pl.clareo.coroutines/coroutines "1.2"]