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