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