serial
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.twitter.serial</groupId>
<artifactId>serial</artifactId>
<version>0.1.6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.twitter.serial</groupId>
<artifactId>serial</artifactId>
<version>0.1.6</version>
<name>Serial</name>
<description>Light-weight, fast framework for object serialization in Java, with Android support.</description>
<url>https://github.com/twitter/serial</url>
<packaging>jar</packaging>
<scm>
<url>git@github.com:twitter/Serial.git</url>
<connection>scm:git@github.com:twitter/Serial.git</connection>
</scm>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<id>twitter</id>
<name>Twitter</name>
<url>https://www.twitter.com</url>
</developer>
</developers>
</project>