License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.torresmi.remotedata |
ArtifactId | ArtifactIdremotedata-coroutines |
Version | Version2.0.0 |
Type | Typepom |
Description |
DescriptionRemoteData Coroutines
Coroutine support for RemoteData.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
remotedata-coroutines-2.0.0.pom | |
remotedata-coroutines-2.0.0-sources.jar | 261 bytes |
remotedata-coroutines-2.0.0-javadoc.jar | 193 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.torresmi.remotedata/remotedata-coroutines/ -->
<dependency>
<groupId>com.github.torresmi.remotedata</groupId>
<artifactId>remotedata-coroutines</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.torresmi.remotedata/remotedata-coroutines/
implementation 'com.github.torresmi.remotedata:remotedata-coroutines:2.0.0'
// https://jarcasting.com/artifacts/com.github.torresmi.remotedata/remotedata-coroutines/
implementation ("com.github.torresmi.remotedata:remotedata-coroutines:2.0.0")
'com.github.torresmi.remotedata:remotedata-coroutines:pom:2.0.0'
<dependency org="com.github.torresmi.remotedata" name="remotedata-coroutines" rev="2.0.0">
<artifact name="remotedata-coroutines" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.torresmi.remotedata', module='remotedata-coroutines', version='2.0.0')
)
libraryDependencies += "com.github.torresmi.remotedata" % "remotedata-coroutines" % "2.0.0"
[com.github.torresmi.remotedata/remotedata-coroutines "2.0.0"]