is not current version
Last Version 7.5.5

org.webjars.npm:rxjs 6.2.1

WebJar for rxjs

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

rxjs
Version

Version

6.2.1
Type

Type

jar

Download rxjs 6.2.1


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