License |
License |
---|---|
GroupId | GroupIdcom.github.marcoferrer.krotoplus |
ArtifactId | ArtifactIdkroto-plus-coroutines |
Version | Version0.6.1 |
Type | Typejar |
Description |
Descriptionkroto-plus-coroutines
Kroto+ Grpc Coroutine Support
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kroto-plus-coroutines-0.6.1.pom | |
kroto-plus-coroutines-0.6.1.jar | 122 KB |
kroto-plus-coroutines-0.6.1-sources.jar | 25 KB |
kroto-plus-coroutines-0.6.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marcoferrer.krotoplus/kroto-plus-coroutines/ -->
<dependency>
<groupId>com.github.marcoferrer.krotoplus</groupId>
<artifactId>kroto-plus-coroutines</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcoferrer.krotoplus/kroto-plus-coroutines/
implementation 'com.github.marcoferrer.krotoplus:kroto-plus-coroutines:0.6.1'
// https://jarcasting.com/artifacts/com.github.marcoferrer.krotoplus/kroto-plus-coroutines/
implementation ("com.github.marcoferrer.krotoplus:kroto-plus-coroutines:0.6.1")
'com.github.marcoferrer.krotoplus:kroto-plus-coroutines:jar:0.6.1'
<dependency org="com.github.marcoferrer.krotoplus" name="kroto-plus-coroutines" rev="0.6.1">
<artifact name="kroto-plus-coroutines" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marcoferrer.krotoplus', module='kroto-plus-coroutines', version='0.6.1')
)
libraryDependencies += "com.github.marcoferrer.krotoplus" % "kroto-plus-coroutines" % "0.6.1"
[com.github.marcoferrer.krotoplus/kroto-plus-coroutines "0.6.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.61 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.3.3 |
io.grpc : grpc-stub | jar | 1.23.0 |