| Categories |
CategoriesJavaScript Languages |
|---|---|
| GroupId | GroupIdcom.noheltcj |
| ArtifactId | ArtifactIdrx-common-js |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rx-common-js-0.3.0.pom | |
| rx-common-js-0.3.0.jar | 15 KB |
| rx-common-js-0.3.0-sources.jar | 261 bytes |
| rx-common-js-0.3.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.noheltcj/rx-common-js/ -->
<dependency>
<groupId>com.noheltcj</groupId>
<artifactId>rx-common-js</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.noheltcj/rx-common-js/
implementation 'com.noheltcj:rx-common-js:0.3.0'
// https://jarcasting.com/artifacts/com.noheltcj/rx-common-js/
implementation ("com.noheltcj:rx-common-js:0.3.0")
'com.noheltcj:rx-common-js:jar:0.3.0'
<dependency org="com.noheltcj" name="rx-common-js" rev="0.3.0">
<artifact name="rx-common-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.noheltcj', module='rx-common-js', version='0.3.0')
)
libraryDependencies += "com.noheltcj" % "rx-common-js" % "0.3.0"
[com.noheltcj/rx-common-js "0.3.0"]