| GroupId | GroupIdorg.webjars |
|---|---|
| ArtifactId | ArtifactIdrxjs |
| Version | Version2.3.24 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rxjs-2.3.24.pom | |
| rxjs-2.3.24.jar | 697 KB |
| rxjs-2.3.24-sources.jar | 3 KB |
| rxjs-2.3.24-javadoc.jar | 690 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/rxjs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>rxjs</artifactId>
<version>2.3.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/rxjs/
implementation 'org.webjars:rxjs:2.3.24'
// https://jarcasting.com/artifacts/org.webjars/rxjs/
implementation ("org.webjars:rxjs:2.3.24")
'org.webjars:rxjs:jar:2.3.24'
<dependency org="org.webjars" name="rxjs" rev="2.3.24">
<artifact name="rxjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='rxjs', version='2.3.24')
)
libraryDependencies += "org.webjars" % "rxjs" % "2.3.24"
[org.webjars/rxjs "2.3.24"]