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