GroupId | GroupIdcom.aminography |
---|---|
ArtifactId | ArtifactIdsecure-shared-preferences |
Version | Version0.1.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.aminography/secure-shared-preferences/ -->
<dependency>
<groupId>com.aminography</groupId>
<artifactId>secure-shared-preferences</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.aminography/secure-shared-preferences/
implementation 'com.aminography:secure-shared-preferences:0.1.0'
// https://jarcasting.com/artifacts/com.aminography/secure-shared-preferences/
implementation ("com.aminography:secure-shared-preferences:0.1.0")
'com.aminography:secure-shared-preferences:aar:0.1.0'
<dependency org="com.aminography" name="secure-shared-preferences" rev="0.1.0">
<artifact name="secure-shared-preferences" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.aminography', module='secure-shared-preferences', version='0.1.0')
)
libraryDependencies += "com.aminography" % "secure-shared-preferences" % "0.1.0"
[com.aminography/secure-shared-preferences "0.1.0"]