m

memo-runtime

Android processing and secured library for managing SharedPreferences as key-value elements efficiently and structurally.
https://github.com/zeoflow/memo
The Apache Software License, Version 2.0
ZeoFlow
Files download
File Operation
memo-runtime-1.3.2.pom download
Apache Maven
<dependency>
  <groupId>com.zeoflow.memo</groupId>
  <artifactId>memo-runtime</artifactId>
  <version>1.3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.zeoflow.memo:memo-runtime:1.3.2'
Gradle Kotlin
implementation("com.zeoflow.memo:memo-runtime:1.3.2")
Scala SBT
libraryDependencies += "com.zeoflow.memo" % "memo-runtime" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.zeoflow.memo', module='memo-runtime', version='1.3.2')
)
Apache Ivy
<dependency org="com.zeoflow.memo" name="memo-runtime" rev="1.3.2" />
Leiningen
[com.zeoflow.memo/memo-runtime "1.3.2"]
Apache Buildr
'com.zeoflow.memo:memo-runtime:jar:1.3.2'