is not current version
Last Version 5.0.1

uk.camsw:rx 5.0.0

Useful things for RX on the JVM

GroupId

GroupId

uk.camsw
ArtifactId

ArtifactId

rx
Version

Version

5.0.0
Type

Type

pom

Download rx 5.0.0

Filename Size
rx-5.0.0.pom 14 KB
Browse

<!-- https://jarcasting.com/artifacts/uk.camsw/rx/ -->
<dependency>
    <groupId>uk.camsw</groupId>
    <artifactId>rx</artifactId>
    <version>5.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.camsw/rx/
implementation 'uk.camsw:rx:5.0.0'
// https://jarcasting.com/artifacts/uk.camsw/rx/
implementation ("uk.camsw:rx:5.0.0")
'uk.camsw:rx:pom:5.0.0'
<dependency org="uk.camsw" name="rx" rev="5.0.0">
  <artifact name="rx" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.camsw', module='rx', version='5.0.0')
)
libraryDependencies += "uk.camsw" % "rx" % "5.0.0"
[uk.camsw/rx "5.0.0"]