MVN

com.github.torresmi : remotedata

Maven & Gradle

Feb 10, 2021
8 stars

RemoteData · Data type that represents the possible states when fetching data from a remote source.

<dependency>
    <groupId>com.github.torresmi</groupId>
    <artifactId>remotedata</artifactId>
    <version>remotedata-mingwx64</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.torresmi : remotedata to add to Maven or Gradle - Latest Versions:

  • Latest Stable: remotedata-mingwx64

All Versions

Choose a version of com.github.torresmi : remotedata to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
remotedata-1.1
remotedata
remotedata-remotedata-mingwx64
remotedata-remotedata-metadata
remotedata-remotedata-linuxx64
remotedata-remotedata-jvm
remotedata-remotedata-js
remotedata-remotedata-coroutines-mingwx64
remotedata-remotedata-coroutines-metadata
remotedata-remotedata-coroutines-linuxx64
remotedata-remotedata-coroutines-jvm
remotedata-remotedata-coroutines-js
remotedata-remotedata-coroutines
remotedata-remotedata
remotedata-remotedata-watchosx86
remotedata-remotedata-watchosarm64
remotedata-remotedata-watchosarm32
remotedata-remotedata-tvosx64
remotedata-remotedata-tvosarm64
remotedata-remotedata-macosx64
remotedata-remotedata-coroutines-watchosx86
remotedata-remotedata-coroutines-watchosarm64
remotedata-remotedata-coroutines-watchosarm32
remotedata-remotedata-iosx64
remotedata-remotedata-iosarm64
remotedata-remotedata-coroutines-tvosx64
remotedata-remotedata-coroutines-tvosarm64
remotedata-remotedata-coroutines-macosx64
remotedata-remotedata-coroutines-iosx64
remotedata-remotedata-coroutines-iosarm64

How to add a dependency to Maven

Add the following com.github.torresmi : remotedata maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.torresmi</groupId>
    <artifactId>remotedata</artifactId>
    <version>remotedata-mingwx64</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.torresmi : remotedata gradle dependency to your build.gradle file:

implementation 'com.github.torresmi:remotedata:remotedata-mingwx64'

Gradle Kotlin DSL: Add the following com.github.torresmi : remotedata gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.torresmi:remotedata:remotedata-mingwx64")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.torresmi : remotedata sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.torresmi" % "remotedata" % "remotedata-mingwx64"

Advertisement