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