| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mttkay.memento |
| ArtifactId | ArtifactIdmemento-project |
| Version | Version0.2 |
| Type | Typepom |
| Description |
DescriptionMemento
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| memento-project-0.2.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mttkay.memento/memento-project/ -->
<dependency>
<groupId>com.github.mttkay.memento</groupId>
<artifactId>memento-project</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mttkay.memento/memento-project/
implementation 'com.github.mttkay.memento:memento-project:0.2'
// https://jarcasting.com/artifacts/com.github.mttkay.memento/memento-project/
implementation ("com.github.mttkay.memento:memento-project:0.2")
'com.github.mttkay.memento:memento-project:pom:0.2'
<dependency org="com.github.mttkay.memento" name="memento-project" rev="0.2">
<artifact name="memento-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mttkay.memento', module='memento-project', version='0.2')
)
libraryDependencies += "com.github.mttkay.memento" % "memento-project" % "0.2"
[com.github.mttkay.memento/memento-project "0.2"]