MVN

com.intendia.gwt : rxjava-gwt

Maven & Gradle

Dec 03, 2017
4 usages
59 stars

RxJava GWT · RxJava GWT compatibility library

<dependency>
    <groupId>com.intendia.gwt</groupId>
    <artifactId>rxjava-gwt</artifactId>
    <version>1.3.4-gwt1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.intendia.gwt : rxjava-gwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.4-gwt1
  • Latest Beta: 1.3.0-beta2

All Versions

Choose a version of com.intendia.gwt : rxjava-gwt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
rxjava-gwt-1.3.4-gwt1
rxjava-gwt-1.3.0-beta2
rxjava-gwt-1.3.0-beta1
1.2.x
rxjava-gwt-1.2.10-beta1
1.0.x
rxjava-gwt-1.0.14-beta1

How to add a dependency to Maven

Add the following com.intendia.gwt : rxjava-gwt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.intendia.gwt</groupId>
    <artifactId>rxjava-gwt</artifactId>
    <version>1.3.4-gwt1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.intendia.gwt : rxjava-gwt gradle dependency to your build.gradle file:

implementation 'com.intendia.gwt:rxjava-gwt:1.3.4-gwt1'

Gradle Kotlin DSL: Add the following com.intendia.gwt : rxjava-gwt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.intendia.gwt:rxjava-gwt:1.3.4-gwt1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.intendia.gwt : rxjava-gwt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.intendia.gwt" % "rxjava-gwt" % "1.3.4-gwt1"

Advertisement