| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mttkay.memento |
| ArtifactId | ArtifactIdmemento |
| Version | Version0.2 |
| Type | Typejar |
| Description |
DescriptionMemento 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.
|
| Filename | Size |
|---|---|
| memento-0.2.pom | |
| memento-0.2.jar | 5 KB |
| memento-0.2-sources.jar | 2 KB |
| memento-0.2-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mttkay.memento/memento/ -->
<dependency>
<groupId>com.github.mttkay.memento</groupId>
<artifactId>memento</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mttkay.memento/memento/
implementation 'com.github.mttkay.memento:memento:0.2'
// https://jarcasting.com/artifacts/com.github.mttkay.memento/memento/
implementation ("com.github.mttkay.memento:memento:0.2")
'com.github.mttkay.memento:memento:jar:0.2'
<dependency org="com.github.mttkay.memento" name="memento" rev="0.2">
<artifact name="memento" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mttkay.memento', module='memento', version='0.2')
)
libraryDependencies += "com.github.mttkay.memento" % "memento" % "0.2"
[com.github.mttkay.memento/memento "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android | jar | 4.1.1.4 |
| com.google.android : support-v4 | jar | r13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.9.5 |
| org.robolectric : robolectric | jar | 2.2 |