m

memento-project

Memento is an annotation processor for Android that gives your activities a memory. It introduces the @Retain annotation, which allows you to retain arbitrary fields of an activity across configuration changes in a simple and type-safe manner.
https://github.com/mttkay/memento
The Apache Software License, Version 2.0
Matthias Käppler
文件下载
文件名 操作
memento-project-0.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.mttkay.memento</groupId>
  <artifactId>memento-project</artifactId>
  <version>0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.mttkay.memento:memento-project:0.2'
Gradle Kotlin
implementation("com.github.mttkay.memento:memento-project:0.2")
Scala SBT
libraryDependencies += "com.github.mttkay.memento" % "memento-project" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mttkay.memento', module='memento-project', version='0.2')
)
Apache Ivy
<dependency org="com.github.mttkay.memento" name="memento-project" rev="0.2" />
Leiningen
[com.github.mttkay.memento/memento-project "0.2"]
Apache Buildr
'com.github.mttkay.memento:memento-project:jar:0.2'
本项目依赖
该项目无第三方依赖