is not current version
Last Version 2.5.3

org.webjars:rxjs 2.3.22-1

WebJar for RxJS

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

rxjs
Version

Version

2.3.22-1
Type

Type

jar

Download rxjs 2.3.22-1


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