Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreactivex__rxjs |
Version | Version5.4.1 |
Type | Typejar |
Filename | Size |
---|---|
reactivex__rxjs-5.4.1.pom | |
reactivex__rxjs-5.4.1.jar | 2 MB |
reactivex__rxjs-5.4.1-sources.jar | 22 bytes |
reactivex__rxjs-5.4.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/reactivex__rxjs/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>reactivex__rxjs</artifactId>
<version>5.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/reactivex__rxjs/
implementation 'org.webjars.npm:reactivex__rxjs:5.4.1'
// https://jarcasting.com/artifacts/org.webjars.npm/reactivex__rxjs/
implementation ("org.webjars.npm:reactivex__rxjs:5.4.1")
'org.webjars.npm:reactivex__rxjs:jar:5.4.1'
<dependency org="org.webjars.npm" name="reactivex__rxjs" rev="5.4.1">
<artifact name="reactivex__rxjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='reactivex__rxjs', version='5.4.1')
)
libraryDependencies += "org.webjars.npm" % "reactivex__rxjs" % "5.4.1"
[org.webjars.npm/reactivex__rxjs "5.4.1"]