| GroupId | GroupIdio.github.onreg |
|---|---|
| ArtifactId | ArtifactIdflow-cache |
| Version | Version0.0.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| flow-cache-0.0.3.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.onreg/flow-cache/ -->
<dependency>
<groupId>io.github.onreg</groupId>
<artifactId>flow-cache</artifactId>
<version>0.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.onreg/flow-cache/
implementation 'io.github.onreg:flow-cache:0.0.3'
// https://jarcasting.com/artifacts/io.github.onreg/flow-cache/
implementation ("io.github.onreg:flow-cache:0.0.3")
'io.github.onreg:flow-cache:aar:0.0.3'
<dependency org="io.github.onreg" name="flow-cache" rev="0.0.3">
<artifact name="flow-cache" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.onreg', module='flow-cache', version='0.0.3')
)
libraryDependencies += "io.github.onreg" % "flow-cache" % "0.0.3"
[io.github.onreg/flow-cache "0.0.3"]