| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.mttkay.memento |
| Идентификатор | Идентификаторmemento-processor |
| Версия | Версия0.2 |
| Тип | Типjar |
| Описание |
Описание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.
|
| Имя Файла | Размер |
|---|---|
| memento-processor-0.2.pom | |
| memento-processor-0.2.jar | 6 KB |
| memento-processor-0.2-sources.jar | 2 KB |
| memento-processor-0.2-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.mttkay.memento/memento-processor/ -->
<dependency>
<groupId>com.github.mttkay.memento</groupId>
<artifactId>memento-processor</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mttkay.memento/memento-processor/
implementation 'com.github.mttkay.memento:memento-processor:0.2'
// https://jarcasting.com/artifacts/com.github.mttkay.memento/memento-processor/
implementation ("com.github.mttkay.memento:memento-processor:0.2")
'com.github.mttkay.memento:memento-processor:jar:0.2'
<dependency org="com.github.mttkay.memento" name="memento-processor" rev="0.2">
<artifact name="memento-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mttkay.memento', module='memento-processor', version='0.2')
)
libraryDependencies += "com.github.mttkay.memento" % "memento-processor" % "0.2"
[com.github.mttkay.memento/memento-processor "0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.mttkay.memento : memento | jar | 0.2 |
| com.squareup : javawriter | jar | 2.1.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.android : android | jar | 4.1.1.4 |
| com.google.android : support-v4 | jar | r13 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.testing.compile : compile-testing | jar | 0.3 |