GroupId | GroupIduk.camsw |
---|---|
ArtifactId | ArtifactIdrx |
Version | Version4.1.1 |
Type | Typepom |
Filename | Size |
---|---|
rx-4.1.1.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.camsw/rx/ -->
<dependency>
<groupId>uk.camsw</groupId>
<artifactId>rx</artifactId>
<version>4.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.camsw/rx/
implementation 'uk.camsw:rx:4.1.1'
// https://jarcasting.com/artifacts/uk.camsw/rx/
implementation ("uk.camsw:rx:4.1.1")
'uk.camsw:rx:pom:4.1.1'
<dependency org="uk.camsw" name="rx" rev="4.1.1">
<artifact name="rx" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.camsw', module='rx', version='4.1.1')
)
libraryDependencies += "uk.camsw" % "rx" % "4.1.1"
[uk.camsw/rx "4.1.1"]