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