GroupId | GroupIdio.mehow.laboratory |
---|---|
ArtifactId | ArtifactIdlaboratory-shared-preferences |
Version | Version0.9.6 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/io.mehow.laboratory/laboratory-shared-preferences/ -->
<dependency>
<groupId>io.mehow.laboratory</groupId>
<artifactId>laboratory-shared-preferences</artifactId>
<version>0.9.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.mehow.laboratory/laboratory-shared-preferences/
implementation 'io.mehow.laboratory:laboratory-shared-preferences:0.9.6'
// https://jarcasting.com/artifacts/io.mehow.laboratory/laboratory-shared-preferences/
implementation ("io.mehow.laboratory:laboratory-shared-preferences:0.9.6")
'io.mehow.laboratory:laboratory-shared-preferences:aar:0.9.6'
<dependency org="io.mehow.laboratory" name="laboratory-shared-preferences" rev="0.9.6">
<artifact name="laboratory-shared-preferences" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.mehow.laboratory', module='laboratory-shared-preferences', version='0.9.6')
)
libraryDependencies += "io.mehow.laboratory" % "laboratory-shared-preferences" % "0.9.6"
[io.mehow.laboratory/laboratory-shared-preferences "0.9.6"]