GroupId | GroupIdcom.zarbosoft |
---|---|
ArtifactId | ArtifactIdcoroutines-core |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
coroutines-core-0.0.8.pom | |
coroutines-core-0.0.8.jar | 55 KB |
coroutines-core-0.0.8-sources.jar | 44 KB |
coroutines-core-0.0.8-javadoc.jar | 506 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zarbosoft/coroutines-core/ -->
<dependency>
<groupId>com.zarbosoft</groupId>
<artifactId>coroutines-core</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.zarbosoft/coroutines-core/
implementation 'com.zarbosoft:coroutines-core:0.0.8'
// https://jarcasting.com/artifacts/com.zarbosoft/coroutines-core/
implementation ("com.zarbosoft:coroutines-core:0.0.8")
'com.zarbosoft:coroutines-core:jar:0.0.8'
<dependency org="com.zarbosoft" name="coroutines-core" rev="0.0.8">
<artifact name="coroutines-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zarbosoft', module='coroutines-core', version='0.0.8')
)
libraryDependencies += "com.zarbosoft" % "coroutines-core" % "0.0.8"
[com.zarbosoft/coroutines-core "0.0.8"]