GroupId | GroupIdcom.redmadrobot |
---|---|
ArtifactId | ArtifactIdpinkman-coroutines |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
pinkman-coroutines-1.1.1.pom | |
pinkman-coroutines-1.1.1-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redmadrobot/pinkman-coroutines/ -->
<dependency>
<groupId>com.redmadrobot</groupId>
<artifactId>pinkman-coroutines</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.redmadrobot/pinkman-coroutines/
implementation 'com.redmadrobot:pinkman-coroutines:1.1.1'
// https://jarcasting.com/artifacts/com.redmadrobot/pinkman-coroutines/
implementation ("com.redmadrobot:pinkman-coroutines:1.1.1")
'com.redmadrobot:pinkman-coroutines:pom:1.1.1'
<dependency org="com.redmadrobot" name="pinkman-coroutines" rev="1.1.1">
<artifact name="pinkman-coroutines" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.redmadrobot', module='pinkman-coroutines', version='1.1.1')
)
libraryDependencies += "com.redmadrobot" % "pinkman-coroutines" % "1.1.1"
[com.redmadrobot/pinkman-coroutines "1.1.1"]