is not current version
Last Version 7.5.5

org.webjars.npm:rxjs 5.0.0-beta.12

WebJar for rxjs

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

rxjs
Version

Version

5.0.0-beta.12
Type

Type

jar

Download rxjs 5.0.0-beta.12


<!-- https://jarcasting.com/artifacts/org.webjars.npm/rxjs/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>rxjs</artifactId>
    <version>5.0.0-beta.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/rxjs/
implementation 'org.webjars.npm:rxjs:5.0.0-beta.12'
// https://jarcasting.com/artifacts/org.webjars.npm/rxjs/
implementation ("org.webjars.npm:rxjs:5.0.0-beta.12")
'org.webjars.npm:rxjs:jar:5.0.0-beta.12'
<dependency org="org.webjars.npm" name="rxjs" rev="5.0.0-beta.12">
  <artifact name="rxjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='rxjs', version='5.0.0-beta.12')
)
libraryDependencies += "org.webjars.npm" % "rxjs" % "5.0.0-beta.12"
[org.webjars.npm/rxjs "5.0.0-beta.12"]