Proto
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.clertonleal</groupId>
<artifactId>Proto</artifactId>
<version>1.0.5</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.clertonleal</groupId>
<artifactId>Proto</artifactId>
<version>1.0.5</version>
<name>Proto</name>
<description>A simple library to serialize Android cursors in objects.</description>
<url>https://github.com/clertonleal/Proto</url>
<licenses>
<license>
<name>The MIT License</name>
<url>http://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>clertonleal</id>
<name>Clêrton Leal</name>
<email>clertonleal@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/clertonleal/Proto.git</connection>
<developerConnection>scm:https://github.com/clertonleal/Proto.git</developerConnection>
<url>scm:https://github.com/clertonleal/Proto.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
<version>2.3.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>