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