License |
License |
---|---|
GroupId | GroupIdpl.clareo.coroutines.core |
ArtifactId | ArtifactIdcoroutines-core |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCoroutines
Coroutines for Java - core package containing Java agent for runtime code instrumentation
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
coroutines-core-1.2.1.pom | |
coroutines-core-1.2.1.jar | 51 KB |
coroutines-core-1.2.1-sources.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.clareo.coroutines.core/coroutines-core/ -->
<dependency>
<groupId>pl.clareo.coroutines.core</groupId>
<artifactId>coroutines-core</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.clareo.coroutines.core/coroutines-core/
implementation 'pl.clareo.coroutines.core:coroutines-core:1.2.1'
// https://jarcasting.com/artifacts/pl.clareo.coroutines.core/coroutines-core/
implementation ("pl.clareo.coroutines.core:coroutines-core:1.2.1")
'pl.clareo.coroutines.core:coroutines-core:jar:1.2.1'
<dependency org="pl.clareo.coroutines.core" name="coroutines-core" rev="1.2.1">
<artifact name="coroutines-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.clareo.coroutines.core', module='coroutines-core', version='1.2.1')
)
libraryDependencies += "pl.clareo.coroutines.core" % "coroutines-core" % "1.2.1"
[pl.clareo.coroutines.core/coroutines-core "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
asm : asm-all | jar | 3.2 |
pl.clareo.coroutines.user : coroutines-user | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |