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