GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdrx-lite |
Version | Version3.1.2 |
Type | Typejar |
Filename | Size |
---|---|
rx-lite-3.1.2.pom | |
rx-lite-3.1.2.jar | 96 KB |
rx-lite-3.1.2-sources.jar | 22 bytes |
rx-lite-3.1.2-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/rx-lite/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>rx-lite</artifactId>
<version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/rx-lite/
implementation 'org.webjars.npm:rx-lite:3.1.2'
// https://jarcasting.com/artifacts/org.webjars.npm/rx-lite/
implementation ("org.webjars.npm:rx-lite:3.1.2")
'org.webjars.npm:rx-lite:jar:3.1.2'
<dependency org="org.webjars.npm" name="rx-lite" rev="3.1.2">
<artifact name="rx-lite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='rx-lite', version='3.1.2')
)
libraryDependencies += "org.webjars.npm" % "rx-lite" % "3.1.2"
[org.webjars.npm/rx-lite "3.1.2"]