GroupId | GroupIdcom.noheltcj |
---|---|
ArtifactId | ArtifactIdrx-common |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
rx-common-0.2.0.pom | |
rx-common-0.2.0.jar | 15 KB |
rx-common-0.2.0-sources.jar | 13 KB |
rx-common-0.2.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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.noheltcj/rx-common/
implementation 'com.noheltcj:rx-common:0.2.0'
// https://jarcasting.com/artifacts/com.noheltcj/rx-common/
implementation ("com.noheltcj:rx-common:0.2.0")
'com.noheltcj:rx-common:jar:0.2.0'
<dependency org="com.noheltcj" name="rx-common" rev="0.2.0">
<artifact name="rx-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.noheltcj', module='rx-common', version='0.2.0')
)
libraryDependencies += "com.noheltcj" % "rx-common" % "0.2.0"
[com.noheltcj/rx-common "0.2.0"]