License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.torresmi.remotedata |
ArtifactId | ArtifactIdremotedata |
Version | Version2.0.0 |
Type | Typepom |
Description |
DescriptionRemoteData
Data type that represents the possible states when fetching data from a remote source.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
remotedata-2.0.0.pom | |
remotedata-2.0.0-sources.jar | 261 bytes |
remotedata-2.0.0-javadoc.jar | 238 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.torresmi.remotedata/remotedata/ -->
<dependency>
<groupId>com.github.torresmi.remotedata</groupId>
<artifactId>remotedata</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.torresmi.remotedata/remotedata/
implementation 'com.github.torresmi.remotedata:remotedata:2.0.0'
// https://jarcasting.com/artifacts/com.github.torresmi.remotedata/remotedata/
implementation ("com.github.torresmi.remotedata:remotedata:2.0.0")
'com.github.torresmi.remotedata:remotedata:pom:2.0.0'
<dependency org="com.github.torresmi.remotedata" name="remotedata" rev="2.0.0">
<artifact name="remotedata" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.torresmi.remotedata', module='remotedata', version='2.0.0')
)
libraryDependencies += "com.github.torresmi.remotedata" % "remotedata" % "2.0.0"
[com.github.torresmi.remotedata/remotedata "2.0.0"]