GWT RxJs JsInterop

RxJS JavaScript interoperability bindings for GWT 2.8/2.9

Лицензия

Лицензия

Категории

Категории

JavaScript Языки программирования GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

com.github.timofeevda
Идентификатор

Идентификатор

gwt-rxjs-jsinterop
Последняя версия

Последняя версия

5.5.11-2
Дата

Дата

Тип

Тип

jar
Описание

Описание

GWT RxJs JsInterop
RxJS JavaScript interoperability bindings for GWT 2.8/2.9
Ссылка на сайт

Ссылка на сайт

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

Скачать gwt-rxjs-jsinterop

Как подключить последнюю версию

<!-- 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"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
com.google.gwt : gwt-user jar 2.9.0

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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