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