| License |
License |
|---|---|
| Categories |
CategoriesReact User Interface Web Frameworks |
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdreactivex:rxjs |
| Last Version | Last Version5.0.0-alpha.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description@reactivex/rxjs
WebJar for @reactivex/rxjs
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| reactivex:rxjs-5.0.0-alpha.7.pom | |
| reactivex:rxjs-5.0.0-alpha.7.jar | 1 MB |
| reactivex:rxjs-5.0.0-alpha.7-sources.jar | 22 bytes |
| reactivex:rxjs-5.0.0-alpha.7-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.0.0-alpha.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/reactivex:rxjs/
implementation 'org.webjars.npm:reactivex:rxjs:5.0.0-alpha.7'
// https://jarcasting.com/artifacts/org.webjars.npm/reactivex:rxjs/
implementation ("org.webjars.npm:reactivex:rxjs:5.0.0-alpha.7")
'org.webjars.npm:reactivex:rxjs:jar:5.0.0-alpha.7'
<dependency org="org.webjars.npm" name="reactivex:rxjs" rev="5.0.0-alpha.7">
<artifact name="reactivex:rxjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='reactivex:rxjs', version='5.0.0-alpha.7')
)
libraryDependencies += "org.webjars.npm" % "reactivex:rxjs" % "5.0.0-alpha.7"
[org.webjars.npm/reactivex:rxjs "5.0.0-alpha.7"]