GroupId | GroupIdco.realtime |
---|---|
ArtifactId | ArtifactIdstorage |
Version | Version1.0.18 |
Type | Typejar |
Filename | Size |
---|---|
storage-1.0.18.pom | |
storage-1.0.18.jar | 95 KB |
storage-1.0.18-sources.jar | 39 KB |
storage-1.0.18-javadoc.jar | 252 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.realtime/storage/ -->
<dependency>
<groupId>co.realtime</groupId>
<artifactId>storage</artifactId>
<version>1.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/co.realtime/storage/
implementation 'co.realtime:storage:1.0.18'
// https://jarcasting.com/artifacts/co.realtime/storage/
implementation ("co.realtime:storage:1.0.18")
'co.realtime:storage:jar:1.0.18'
<dependency org="co.realtime" name="storage" rev="1.0.18">
<artifact name="storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.realtime', module='storage', version='1.0.18')
)
libraryDependencies += "co.realtime" % "storage" % "1.0.18"
[co.realtime/storage "1.0.18"]