GroupId | GroupIdcom.thomashaertel |
---|---|
ArtifactId | ArtifactIdsecure-preferences |
Version | Version0.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
secure-preferences-0.1.1.pom | |
secure-preferences-0.1.1.aar | 15 KB |
secure-preferences-0.1.1-sources.jar | 11 KB |
secure-preferences-0.1.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thomashaertel/secure-preferences/ -->
<dependency>
<groupId>com.thomashaertel</groupId>
<artifactId>secure-preferences</artifactId>
<version>0.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.thomashaertel/secure-preferences/
implementation 'com.thomashaertel:secure-preferences:0.1.1'
// https://jarcasting.com/artifacts/com.thomashaertel/secure-preferences/
implementation ("com.thomashaertel:secure-preferences:0.1.1")
'com.thomashaertel:secure-preferences:aar:0.1.1'
<dependency org="com.thomashaertel" name="secure-preferences" rev="0.1.1">
<artifact name="secure-preferences" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.thomashaertel', module='secure-preferences', version='0.1.1')
)
libraryDependencies += "com.thomashaertel" % "secure-preferences" % "0.1.1"
[com.thomashaertel/secure-preferences "0.1.1"]