License |
License |
---|---|
GroupId | GroupIdcom.thomashaertel |
ArtifactId | ArtifactIdsecure-preferences |
Version | Version0.2.0 |
Type | Typeaar |
Description |
DescriptionSecure Preferences Implementation
Secure Preferences Provider
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
secure-preferences-0.2.0.pom | |
secure-preferences-0.2.0.aar | 17 KB |
secure-preferences-0.2.0-sources.jar | 11 KB |
secure-preferences-0.2.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thomashaertel/secure-preferences/ -->
<dependency>
<groupId>com.thomashaertel</groupId>
<artifactId>secure-preferences</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.thomashaertel/secure-preferences/
implementation 'com.thomashaertel:secure-preferences:0.2.0'
// https://jarcasting.com/artifacts/com.thomashaertel/secure-preferences/
implementation ("com.thomashaertel:secure-preferences:0.2.0")
'com.thomashaertel:secure-preferences:aar:0.2.0'
<dependency org="com.thomashaertel" name="secure-preferences" rev="0.2.0">
<artifact name="secure-preferences" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.thomashaertel', module='secure-preferences', version='0.2.0')
)
libraryDependencies += "com.thomashaertel" % "secure-preferences" % "0.2.0"
[com.thomashaertel/secure-preferences "0.2.0"]