GroupId | GroupIdcom.pddstudio |
---|---|
ArtifactId | ArtifactIdencrypted-preferences |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
encrypted-preferences-1.0.0.pom | |
encrypted-preferences-1.0.0.aar | 8 KB |
encrypted-preferences-1.0.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.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.pddstudio/encrypted-preferences/
implementation 'com.pddstudio:encrypted-preferences:1.0.0'
// https://jarcasting.com/artifacts/com.pddstudio/encrypted-preferences/
implementation ("com.pddstudio:encrypted-preferences:1.0.0")
'com.pddstudio:encrypted-preferences:aar:1.0.0'
<dependency org="com.pddstudio" name="encrypted-preferences" rev="1.0.0">
<artifact name="encrypted-preferences" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.pddstudio', module='encrypted-preferences', version='1.0.0')
)
libraryDependencies += "com.pddstudio" % "encrypted-preferences" % "1.0.0"
[com.pddstudio/encrypted-preferences "1.0.0"]