GroupId | GroupIdby.shostko |
---|---|
ArtifactId | ArtifactIderror-rx |
Version | Version0.7 |
Type | Typeaar |
Filename | Size |
---|---|
error-rx-0.7.pom | |
error-rx-0.7-sources.jar | 1 KB |
error-rx-0.7-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/by.shostko/error-rx/ -->
<dependency>
<groupId>by.shostko</groupId>
<artifactId>error-rx</artifactId>
<version>0.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/by.shostko/error-rx/
implementation 'by.shostko:error-rx:0.7'
// https://jarcasting.com/artifacts/by.shostko/error-rx/
implementation ("by.shostko:error-rx:0.7")
'by.shostko:error-rx:aar:0.7'
<dependency org="by.shostko" name="error-rx" rev="0.7">
<artifact name="error-rx" type="aar" />
</dependency>
@Grapes(
@Grab(group='by.shostko', module='error-rx', version='0.7')
)
libraryDependencies += "by.shostko" % "error-rx" % "0.7"
[by.shostko/error-rx "0.7"]