Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.akurilov |
ArtifactId | ArtifactIdjava-coroutines |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
java-coroutines-1.1.1.pom | |
java-coroutines-1.1.1.jar | 16 KB |
java-coroutines-1.1.1-sources.jar | 10 KB |
java-coroutines-1.1.1-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.akurilov/java-coroutines/ -->
<dependency>
<groupId>com.github.akurilov</groupId>
<artifactId>java-coroutines</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akurilov/java-coroutines/
implementation 'com.github.akurilov:java-coroutines:1.1.1'
// https://jarcasting.com/artifacts/com.github.akurilov/java-coroutines/
implementation ("com.github.akurilov:java-coroutines:1.1.1")
'com.github.akurilov:java-coroutines:jar:1.1.1'
<dependency org="com.github.akurilov" name="java-coroutines" rev="1.1.1">
<artifact name="java-coroutines" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akurilov', module='java-coroutines', version='1.1.1')
)
libraryDependencies += "com.github.akurilov" % "java-coroutines" % "1.1.1"
[com.github.akurilov/java-coroutines "1.1.1"]