GWT RxJs JsInterop

RxJS JavaScript interoperability bindings for GWT 2.8/2.9

License

License

Categories

Categories

JavaScript Languages GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.github.timofeevda
ArtifactId

ArtifactId

gwt-rxjs-jsinterop
Last Version

Last Version

5.5.11-2
Release Date

Release Date

Type

Type

jar
Description

Description

GWT RxJs JsInterop
RxJS JavaScript interoperability bindings for GWT 2.8/2.9
Project URL

Project URL

https://github.com/timofeevda/gwt-rxjs-jsinterop

Download gwt-rxjs-jsinterop

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.timofeevda/gwt-rxjs-jsinterop/ -->
<dependency>
    <groupId>com.github.timofeevda</groupId>
    <artifactId>gwt-rxjs-jsinterop</artifactId>
    <version>5.5.11-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.timofeevda/gwt-rxjs-jsinterop/
implementation 'com.github.timofeevda:gwt-rxjs-jsinterop:5.5.11-2'
// https://jarcasting.com/artifacts/com.github.timofeevda/gwt-rxjs-jsinterop/
implementation ("com.github.timofeevda:gwt-rxjs-jsinterop:5.5.11-2")
'com.github.timofeevda:gwt-rxjs-jsinterop:jar:5.5.11-2'
<dependency org="com.github.timofeevda" name="gwt-rxjs-jsinterop" rev="5.5.11-2">
  <artifact name="gwt-rxjs-jsinterop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.timofeevda', module='gwt-rxjs-jsinterop', version='5.5.11-2')
)
libraryDependencies += "com.github.timofeevda" % "gwt-rxjs-jsinterop" % "5.5.11-2"
[com.github.timofeevda/gwt-rxjs-jsinterop "5.5.11-2"]

Dependencies

provided (1)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.9.0

Project Modules

There are no modules declared in this project.

gwt-rxjs-jsinterop (GWT rxjs interop)

Build Status Maven Central

RxJS 6.x.x JavaScript interoperability bindings see at master branch

RxJS 5.x.x JavaScript interoperability bindings for GWT 2.8/2.9

Supported rxjs versions list (starting from RxJS 5.5.11 versions are synced to simplify versions mapping):

rxjs gwt-rxjs-jsinterop
5.5.11 5.5.11-x
5.5.6 >= 1.1.7
5.4.1 >= 1.1.5
5.0.3 <= 1.1.4

Add dependency to your pom.xml for GWT 2.8.x and optionally dependency to jsinterop-annotations: :

<dependency>
    <groupId>com.github.timofeevda</groupId>
    <artifactId>gwt-rxjs-jsinterop</artifactId>
    <version>${version}</version>
</dependency>

Add dependency to your pom.xml for GWT 2.9.x and optionally dependency to jsinterop-annotations:

<dependency>
    <groupId>com.github.timofeevda</groupId>
    <artifactId>gwt-rxjs-jsinterop</artifactId>
    <version>${version}</version>
</dependency>

Update your GWT module with the following line:

<inherits name="com.github.timofeevda.gwt.rxjs.interop"/>

Also add following entry in gwt-maven-plugin configuration:

<generateJsInteropExports>true</generateJsInteropExports>

Don't forget to add actual rxjs library to page resources

Versions

Version
5.5.11-2
5.5.11-1
5.5.11
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0