is not current version
Last Version 1.2.1

pl.clareo.coroutines.core:coroutines-core 1.2

Coroutines for Java - core package containing Java agent for runtime code instrumentation

GroupId

GroupId

pl.clareo.coroutines.core
ArtifactId

ArtifactId

coroutines-core
Version

Version

1.2
Type

Type

jar

Download coroutines-core 1.2


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