License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdio.github.tick-taku |
ArtifactId | ArtifactIddatastore.encryptedserializer |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionEncryptedDataStoreSerializer
Serializer that encrypt when saving/reading data for Android DataStore.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.tick-taku/datastore.encryptedserializer/ -->
<dependency>
<groupId>io.github.tick-taku</groupId>
<artifactId>datastore.encryptedserializer</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tick-taku/datastore.encryptedserializer/
implementation 'io.github.tick-taku:datastore.encryptedserializer:1.0.0'
// https://jarcasting.com/artifacts/io.github.tick-taku/datastore.encryptedserializer/
implementation ("io.github.tick-taku:datastore.encryptedserializer:1.0.0")
'io.github.tick-taku:datastore.encryptedserializer:aar:1.0.0'
<dependency org="io.github.tick-taku" name="datastore.encryptedserializer" rev="1.0.0">
<artifact name="datastore.encryptedserializer" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.tick-taku', module='datastore.encryptedserializer', version='1.0.0')
)
libraryDependencies += "io.github.tick-taku" % "datastore.encryptedserializer" % "1.0.0"
[io.github.tick-taku/datastore.encryptedserializer "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.31 |
Group / Artifact | Type | Version |
---|---|---|
androidx.core » core-ktx | jar | 1.7.0 |
androidx.datastore » datastore | jar | 1.0.0 |