GroupId | GroupIdco.realtime |
---|---|
ArtifactId | ArtifactIdstorage |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
storage-1.0.0.pom | |
storage-1.0.0.aar | 1 MB |
storage-1.0.0-sources.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.realtime/storage/ -->
<dependency>
<groupId>co.realtime</groupId>
<artifactId>storage</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.realtime/storage/
implementation 'co.realtime:storage:1.0.0'
// https://jarcasting.com/artifacts/co.realtime/storage/
implementation ("co.realtime:storage:1.0.0")
'co.realtime:storage:aar:1.0.0'
<dependency org="co.realtime" name="storage" rev="1.0.0">
<artifact name="storage" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.realtime', module='storage', version='1.0.0')
)
libraryDependencies += "co.realtime" % "storage" % "1.0.0"
[co.realtime/storage "1.0.0"]