GroupId | GroupIdcom.pddstudio |
---|---|
ArtifactId | ArtifactIdencrypted-preferences |
Version | Version1.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
encrypted-preferences-1.2.0.pom | |
encrypted-preferences-1.2.0.aar | 12 KB |
encrypted-preferences-1.2.0-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pddstudio/encrypted-preferences/ -->
<dependency>
<groupId>com.pddstudio</groupId>
<artifactId>encrypted-preferences</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.pddstudio/encrypted-preferences/
implementation 'com.pddstudio:encrypted-preferences:1.2.0'
// https://jarcasting.com/artifacts/com.pddstudio/encrypted-preferences/
implementation ("com.pddstudio:encrypted-preferences:1.2.0")
'com.pddstudio:encrypted-preferences:aar:1.2.0'
<dependency org="com.pddstudio" name="encrypted-preferences" rev="1.2.0">
<artifact name="encrypted-preferences" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.pddstudio', module='encrypted-preferences', version='1.2.0')
)
libraryDependencies += "com.pddstudio" % "encrypted-preferences" % "1.2.0"
[com.pddstudio/encrypted-preferences "1.2.0"]