android-state-processor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.evernote</groupId> <artifactId>android-state-processor</artifactId> <version>1.4.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.evernote</groupId> <artifactId>android-state-processor</artifactId> <version>1.4.1</version> <name>Android State Processor</name> <description>Android library to save object states into a bundle.</description> <url>https://github.com/evernote/android-state</url> <inceptionYear>2017</inceptionYear> <licenses> <license> <name>Eclipse Public License - v 1.0</name> <url>https://github.com/evernote/android-state/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>rwondratschek</id> <name>Ralf Wondratschek</name> <email>rwondratschek@evernote.com</email> <url>http://vrallev.net</url> <roles> <role>developer</role> </roles> <timezone>+1</timezone> </developer> </developers> <scm> <connection>scm:git:git://github.com/evernote/android-state.git</connection> <developerConnection>scm:git:git@github.com:evernote/android-state.git</developerConnection> <url>https://github.com/evernote/android-state</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/evernote/android-state/issues</url> </issueManagement> <dependencies> <dependency> <groupId>com.squareup</groupId> <artifactId>javapoet</artifactId> <version>1.11.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android</groupId> <artifactId>android</artifactId> <version>4.1.1.4</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.testing.compile</groupId> <artifactId>compile-testing</artifactId> <version>0.15</version> <scope>test</scope> </dependency> </dependencies> </project>