License |
License |
---|---|
GroupId | GroupIdcom.redmadrobot |
ArtifactId | ArtifactIdpinkman-coroutines |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionpinkman-coroutines
This artifact adds coroutines support to PINkman
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pinkman-coroutines-1.2.0.pom | |
pinkman-coroutines-1.2.0-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redmadrobot/pinkman-coroutines/ -->
<dependency>
<groupId>com.redmadrobot</groupId>
<artifactId>pinkman-coroutines</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.redmadrobot/pinkman-coroutines/
implementation 'com.redmadrobot:pinkman-coroutines:1.2.0'
// https://jarcasting.com/artifacts/com.redmadrobot/pinkman-coroutines/
implementation ("com.redmadrobot:pinkman-coroutines:1.2.0")
'com.redmadrobot:pinkman-coroutines:aar:1.2.0'
<dependency org="com.redmadrobot" name="pinkman-coroutines" rev="1.2.0">
<artifact name="pinkman-coroutines" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.redmadrobot', module='pinkman-coroutines', version='1.2.0')
)
libraryDependencies += "com.redmadrobot" % "pinkman-coroutines" % "1.2.0"
[com.redmadrobot/pinkman-coroutines "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.redmadrobot : pinkman | jar | 1.2.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.4.2 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.21 |