Merge "Add MDC-Android 1.0.0-rc01" into androidx-master-dev
diff --git a/com/google/auto/auto-common/0.9/auto-common-0.9.jar b/com/google/auto/auto-common/0.9/auto-common-0.9.jar
new file mode 100644
index 0000000..77fed20
--- /dev/null
+++ b/com/google/auto/auto-common/0.9/auto-common-0.9.jar
Binary files differ
diff --git a/com/google/auto/auto-common/0.9/auto-common-0.9.jar.md5 b/com/google/auto/auto-common/0.9/auto-common-0.9.jar.md5
new file mode 100644
index 0000000..e667495
--- /dev/null
+++ b/com/google/auto/auto-common/0.9/auto-common-0.9.jar.md5
@@ -0,0 +1 @@
+f69f05d811ebd5a6dae8d657d1e99e56
\ No newline at end of file
diff --git a/com/google/auto/auto-common/0.9/auto-common-0.9.jar.sha1 b/com/google/auto/auto-common/0.9/auto-common-0.9.jar.sha1
new file mode 100644
index 0000000..d2a1a7e
--- /dev/null
+++ b/com/google/auto/auto-common/0.9/auto-common-0.9.jar.sha1
@@ -0,0 +1 @@
+766dd79e7e81cfefec890ffd6d63aa2807538def
\ No newline at end of file
diff --git a/com/google/auto/auto-common/0.9/auto-common-0.9.pom b/com/google/auto/auto-common/0.9/auto-common-0.9.pom
new file mode 100644
index 0000000..f8aaadd
--- /dev/null
+++ b/com/google/auto/auto-common/0.9/auto-common-0.9.pom
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (C) 2014 Google, Inc.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>com.google.auto</groupId>
+    <artifactId>auto-parent</artifactId>
+    <version>5</version>
+  </parent>
+
+  <artifactId>auto-common</artifactId>
+  <version>0.9</version>
+  <name>Auto Common Libraries</name>
+  <description>
+    Common utilities for creating annotation processors.
+  </description>
+
+  <scm>
+    <url>http://github.com/google/auto</url>
+    <connection>scm:git:git://github.com/google/auto.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/google/auto.git</developerConnection>
+    <tag>HEAD</tag>
+  </scm>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <!-- Used only by GeneratedAnnotationSpecs.
+           If you use JavaPoet, you can use GeneratedAnnotationSpecs. -->
+      <groupId>com.squareup</groupId>
+      <artifactId>javapoet</artifactId>
+      <optional>true</optional>
+    </dependency>
+
+    <!-- test dependencies -->
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava-testlib</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.testing.compile</groupId>
+      <artifactId>compile-testing</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt.core.compiler</groupId>
+      <artifactId>ecj</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/com/google/auto/auto-common/0.9/auto-common-0.9.pom.md5 b/com/google/auto/auto-common/0.9/auto-common-0.9.pom.md5
new file mode 100644
index 0000000..f3b0b53
--- /dev/null
+++ b/com/google/auto/auto-common/0.9/auto-common-0.9.pom.md5
@@ -0,0 +1 @@
+c6a68222cb1931bc15897168f9f8d4fc
\ No newline at end of file
diff --git a/com/google/auto/auto-common/0.9/auto-common-0.9.pom.sha1 b/com/google/auto/auto-common/0.9/auto-common-0.9.pom.sha1
new file mode 100644
index 0000000..e3f28cb
--- /dev/null
+++ b/com/google/auto/auto-common/0.9/auto-common-0.9.pom.sha1
@@ -0,0 +1 @@
+ad214ab1e1b3c13483150950c82aeb45bbc5f301
\ No newline at end of file
diff --git a/com/google/auto/auto-parent/5/auto-parent-5.pom b/com/google/auto/auto-parent/5/auto-parent-5.pom
new file mode 100644
index 0000000..83887b1
--- /dev/null
+++ b/com/google/auto/auto-parent/5/auto-parent-5.pom
@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (C) 2013 Google, Inc.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.sonatype.oss</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>7</version>
+  </parent>
+
+  <groupId>com.google.auto</groupId>
+  <artifactId>auto-parent</artifactId>
+  <packaging>pom</packaging>
+  <version>5</version>
+  <name>Auto (Parent)</name>
+  <description>A collection of code generators for Java.</description>
+  <url>https://github.com/google/auto</url>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <java.version>1.8</java.version>
+  </properties>
+
+  <scm>
+    <url>http://github.com/google/auto</url>
+    <connection>scm:git:git://github.com/google/auto.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/google/auto.git</developerConnection>
+    <tag>HEAD</tag>
+  </scm>
+
+  <issueManagement>
+    <system>GitHub Issues</system>
+    <url>http://github.com/google/auto/issues</url>
+  </issueManagement>
+
+  <licenses>
+    <license>
+      <name>Apache 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+
+  <organization>
+    <name>Google, Inc.</name>
+    <url>http://www.google.com</url>
+  </organization>
+
+  <dependencyManagement>
+    <dependencies>
+      <!-- main dependencies -->
+
+      <dependency>
+        <groupId>com.google.googlejavaformat</groupId>
+        <artifactId>google-java-format</artifactId>
+        <version>1.5</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava</artifactId>
+        <version>23.5-jre</version>
+      </dependency>
+      <dependency>
+        <groupId>com.squareup</groupId>
+        <artifactId>javapoet</artifactId>
+        <version>1.9.0</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.inject</groupId>
+        <artifactId>javax.inject</artifactId>
+        <version>1</version>
+      </dependency>
+
+      <!-- test dependencies -->
+
+      <dependency>
+        <groupId>com.google.code.findbugs</groupId>
+        <artifactId>jsr305</artifactId>
+        <version>3.0.2</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava-testlib</artifactId>
+        <version>23.5-jre</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.testing.compile</groupId>
+        <artifactId>compile-testing</artifactId>
+        <version>0.12</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.truth</groupId>
+        <artifactId>truth</artifactId>
+        <version>0.36</version>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.12</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.velocity</groupId>
+        <artifactId>velocity</artifactId>
+        <version>1.7</version>
+      </dependency>
+      <dependency>
+        <groupId>org.eclipse.jdt.core.compiler</groupId>
+        <artifactId>ecj</artifactId>
+        <version>4.6.1</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.7.0</version>
+          <configuration>
+            <source>${java.version}</source>
+            <target>${java.version}</target>
+            <compilerArgument>-Xlint:all</compilerArgument>
+            <showWarnings>true</showWarnings>
+            <showDeprecation>true</showDeprecation>
+          </configuration>
+          <dependencies>
+            <dependency>
+              <groupId>org.codehaus.plexus</groupId>
+              <artifactId>plexus-java</artifactId>
+              <version>0.9.4</version>
+            </dependency>
+          </dependencies>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-checkstyle-plugin</artifactId>
+          <version>2.17</version>
+          <configuration>
+            <consoleOutput>true</consoleOutput>
+            <configLocation>checkstyle.xml</configLocation>
+            <failOnViolation>false</failOnViolation>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>3.0.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-invoker-plugin</artifactId>
+          <version>3.0.1</version>
+          <configuration>
+            <addTestClassPath>true</addTestClassPath>
+            <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
+            <pomIncludes>
+              <pomInclude>*/pom.xml</pomInclude>
+            </pomIncludes>
+            <streamLogs>true</streamLogs>
+          </configuration>
+          <executions>
+            <execution>
+              <id>integration-test</id>
+              <goals>
+                <goal>install</goal>
+                <goal>run</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <groupId>org.immutables.tools</groupId>
+          <artifactId>maven-shade-plugin</artifactId>
+          <version>4</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+</project>
diff --git a/com/google/auto/auto-parent/5/auto-parent-5.pom.md5 b/com/google/auto/auto-parent/5/auto-parent-5.pom.md5
new file mode 100644
index 0000000..01a0074
--- /dev/null
+++ b/com/google/auto/auto-parent/5/auto-parent-5.pom.md5
@@ -0,0 +1 @@
+0415e5deb753da55c6c5f9c51d8b297a
\ No newline at end of file
diff --git a/com/google/auto/auto-parent/5/auto-parent-5.pom.sha1 b/com/google/auto/auto-parent/5/auto-parent-5.pom.sha1
new file mode 100644
index 0000000..bfcba4b
--- /dev/null
+++ b/com/google/auto/auto-parent/5/auto-parent-5.pom.sha1
@@ -0,0 +1 @@
+794503331658b627d3a9e48d7ca303a56616d72a
\ No newline at end of file
diff --git a/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2-sources.jar b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2-sources.jar
new file mode 100644
index 0000000..e1f16c7
--- /dev/null
+++ b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2-sources.jar
Binary files differ
diff --git a/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2-sources.jar.md5 b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2-sources.jar.md5
new file mode 100644
index 0000000..e9bb120
--- /dev/null
+++ b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2-sources.jar.md5
@@ -0,0 +1 @@
+9f78759940f71720b7507e3dffb0e2ff
\ No newline at end of file
diff --git a/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2-sources.jar.sha1 b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2-sources.jar.sha1
new file mode 100644
index 0000000..11e954f
--- /dev/null
+++ b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2-sources.jar.sha1
@@ -0,0 +1 @@
+c520c8c75f8fb1c591f327034cd11484e31a956f
\ No newline at end of file
diff --git a/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.jar b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.jar
new file mode 100644
index 0000000..5f773d8
--- /dev/null
+++ b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.jar
Binary files differ
diff --git a/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.jar.md5 b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.jar.md5
new file mode 100644
index 0000000..978e158
--- /dev/null
+++ b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.jar.md5
@@ -0,0 +1 @@
+df4979e8a486e4ecd145adcf03e445c9
\ No newline at end of file
diff --git a/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.jar.sha1 b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.jar.sha1
new file mode 100644
index 0000000..2a8a5c1
--- /dev/null
+++ b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.jar.sha1
@@ -0,0 +1 @@
+ed193d86e0af90cc2342aedbe73c5d86b03fa09b
\ No newline at end of file
diff --git a/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.pom b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.pom
new file mode 100644
index 0000000..f59f1b0
--- /dev/null
+++ b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.pom
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (C) 2012 Google, Inc.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>com.google.auto.value</groupId>
+    <artifactId>auto-value-parent</artifactId>
+    <version>1.6.2</version>
+  </parent>
+
+  <groupId>com.google.auto.value</groupId>
+  <artifactId>auto-value-annotations</artifactId>
+  <version>1.6.2</version>
+  <name>AutoValue Annotations</name>
+  <description>
+    Immutable value-type code generation for Java 1.6+.
+  </description>
+
+  <scm>
+    <url>http://github.com/google/auto</url>
+    <connection>scm:git:git://github.com/google/auto.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/google/auto.git</developerConnection>
+    <tag>HEAD</tag>
+  </scm>
+  <build>
+    <sourceDirectory>../src/main/java</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <includes>
+            <include>com/google/auto/value/*</include>
+            <include>com/google/auto/value/extension/memoized/*</include>
+          </includes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-invoker-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+      <id>disable-java8-doclint</id>
+      <activation>
+        <jdk>[1.8,)</jdk>
+      </activation>
+      <properties>
+        <additionalparam>-Xdoclint:none</additionalparam>
+      </properties>
+    </profile>
+  </profiles>
+</project>
diff --git a/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.pom.md5 b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.pom.md5
new file mode 100644
index 0000000..78e9b27
--- /dev/null
+++ b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.pom.md5
@@ -0,0 +1 @@
+e3cc0e41902061b49e68591e4664b2fd
\ No newline at end of file
diff --git a/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.pom.sha1 b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.pom.sha1
new file mode 100644
index 0000000..5e28a74
--- /dev/null
+++ b/com/google/auto/value/auto-value-annotations/1.6.2/auto-value-annotations-1.6.2.pom.sha1
@@ -0,0 +1 @@
+ae1ff98291be961d9e1b14eb26bedaf0b5ac9d15
\ No newline at end of file
diff --git a/com/google/auto/value/auto-value-parent/1.6.2/auto-value-parent-1.6.2.pom b/com/google/auto/value/auto-value-parent/1.6.2/auto-value-parent-1.6.2.pom
new file mode 100644
index 0000000..4c8fbdb
--- /dev/null
+++ b/com/google/auto/value/auto-value-parent/1.6.2/auto-value-parent-1.6.2.pom
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (C) 2012 Google, Inc.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>com.google.auto</groupId>
+    <artifactId>auto-parent</artifactId>
+    <version>6</version>
+  </parent>
+
+  <groupId>com.google.auto.value</groupId>
+  <artifactId>auto-value-parent</artifactId>
+  <version>1.6.2</version>
+  <name>AutoValue Parent</name>
+  <description>
+    Immutable value-type code generation for Java 1.6+.
+  </description>
+  <packaging>pom</packaging>
+
+  <scm>
+    <url>http://github.com/google/auto</url>
+    <connection>scm:git:git://github.com/google/auto.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/google/auto.git</developerConnection>
+    <tag>HEAD</tag>
+  </scm>
+
+  <modules>
+    <module>annotations</module>
+    <module>processor</module>
+    <module>src/it/functional</module>
+    <module>src/it/gwtserializer</module>
+  </modules>
+</project>
diff --git a/com/google/auto/value/auto-value-parent/1.6.2/auto-value-parent-1.6.2.pom.md5 b/com/google/auto/value/auto-value-parent/1.6.2/auto-value-parent-1.6.2.pom.md5
new file mode 100644
index 0000000..5c7a82c
--- /dev/null
+++ b/com/google/auto/value/auto-value-parent/1.6.2/auto-value-parent-1.6.2.pom.md5
@@ -0,0 +1 @@
+25fd189e71b5b8579babfb1f226161ed
\ No newline at end of file
diff --git a/com/google/auto/value/auto-value-parent/1.6.2/auto-value-parent-1.6.2.pom.sha1 b/com/google/auto/value/auto-value-parent/1.6.2/auto-value-parent-1.6.2.pom.sha1
new file mode 100644
index 0000000..4f33287
--- /dev/null
+++ b/com/google/auto/value/auto-value-parent/1.6.2/auto-value-parent-1.6.2.pom.sha1
@@ -0,0 +1 @@
+5eb0685cabce285064a62a7b9c6c256343a58285
\ No newline at end of file
diff --git a/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2-sources.jar b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2-sources.jar
new file mode 100644
index 0000000..0d67803
--- /dev/null
+++ b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2-sources.jar
Binary files differ
diff --git a/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2-sources.jar.md5 b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2-sources.jar.md5
new file mode 100644
index 0000000..7240a55
--- /dev/null
+++ b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2-sources.jar.md5
@@ -0,0 +1 @@
+5c6dadc2b70e0963685eba99b0086325
\ No newline at end of file
diff --git a/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2-sources.jar.sha1 b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2-sources.jar.sha1
new file mode 100644
index 0000000..921dbb8
--- /dev/null
+++ b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2-sources.jar.sha1
@@ -0,0 +1 @@
+31124504160dbc018d84d8e18ac2258a700b4b30
\ No newline at end of file
diff --git a/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.jar b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.jar
new file mode 100644
index 0000000..7b193de
--- /dev/null
+++ b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.jar
Binary files differ
diff --git a/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.jar.md5 b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.jar.md5
new file mode 100644
index 0000000..042efa1
--- /dev/null
+++ b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.jar.md5
@@ -0,0 +1 @@
+f445424612d65b1490efd3bcd4bcf40f
\ No newline at end of file
diff --git a/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.jar.sha1 b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.jar.sha1
new file mode 100644
index 0000000..547c670
--- /dev/null
+++ b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.jar.sha1
@@ -0,0 +1 @@
+e7eae562942315a983eea3e191b72d755c153620
\ No newline at end of file
diff --git a/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.pom b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.pom
new file mode 100644
index 0000000..a1a6000
--- /dev/null
+++ b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.pom
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

+  <parent>

+    <artifactId>auto-value-parent</artifactId>

+    <groupId>com.google.auto.value</groupId>

+    <version>1.6.2</version>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+  <groupId>com.google.auto.value</groupId>

+  <artifactId>auto-value</artifactId>

+  <name>AutoValue Processor</name>

+  <version>1.6.2</version>

+  <description>Immutable value-type code generation for Java 1.6+.</description>

+  <scm>

+    <connection>scm:git:git://github.com/google/auto.git</connection>

+    <developerConnection>scm:git:ssh://git@github.com/google/auto.git</developerConnection>

+    <url>http://github.com/google/auto</url>

+  </scm>

+  <build>

+    <sourceDirectory>../src/main/java</sourceDirectory>

+    <testSourceDirectory>../src/test/java</testSourceDirectory>

+    <resources>

+      <resource>

+        <directory>../src/main/java</directory>

+        <includes>

+          <include>**/*.vm</include>

+        </includes>

+      </resource>

+    </resources>

+    <plugins>

+      <plugin>

+        <artifactId>maven-compiler-plugin</artifactId>

+        <configuration>

+          <includes>

+            <include>com/google/auto/value/processor/**/*.java</include>

+            <include>com/google/auto/value/extension/memoized/processor/**/*.java</include>

+          </includes>

+        </configuration>

+      </plugin>

+      <plugin>

+        <artifactId>maven-jar-plugin</artifactId>

+      </plugin>

+      <plugin>

+        <artifactId>maven-invoker-plugin</artifactId>

+      </plugin>

+      <plugin>

+        <groupId>org.immutables.tools</groupId>

+        <artifactId>maven-shade-plugin</artifactId>

+        <executions>

+          <execution>

+            <phase>package</phase>

+            <goals>

+              <goal>shade</goal>

+            </goals>

+            <configuration>

+              <minimizeJar>true</minimizeJar>

+              <artifactSet>

+                <excludes>

+                  <exclude>com.google.code.findbugs:jsr305</exclude>

+                </excludes>

+              </artifactSet>

+              <relocations>

+                <relocation>

+                  <pattern>org.objectweb</pattern>

+                  <shadedPattern>autovalue.shaded.org.objectweb$</shadedPattern>

+                </relocation>

+                <relocation>

+                  <pattern>com.google</pattern>

+                  <shadedPattern>autovalue.shaded.com.google$</shadedPattern>

+                  <excludes>

+                    <exclude>com.google.auto.value.**</exclude>

+                  </excludes>

+                </relocation>

+                <relocation>

+                  <pattern>com.squareup.javapoet</pattern>

+                  <shadedPattern>autovalue.shaded.com.squareup.javapoet$</shadedPattern>

+                </relocation>

+              </relocations>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+  <profiles>

+    <profile>

+      <id>disable-java8-doclint</id>

+      <properties>

+        <additionalparam>-Xdoclint:none</additionalparam>

+      </properties>

+    </profile>

+  </profiles>

+  <dependencies>

+    <dependency>

+      <groupId>com.google.auto.service</groupId>

+      <artifactId>auto-service</artifactId>

+      <version>1.0-rc4</version>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.google.auto.value</groupId>

+      <artifactId>auto-value-annotations</artifactId>

+      <version>1.6.2</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.velocity</groupId>

+      <artifactId>velocity</artifactId>

+      <version>1.7</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <artifactId>commons-collections</artifactId>

+          <groupId>commons-collections</groupId>

+        </exclusion>

+        <exclusion>

+          <artifactId>commons-lang</artifactId>

+          <groupId>commons-lang</groupId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>com.google.guava</groupId>

+      <artifactId>guava-testlib</artifactId>

+      <version>23.5-jre</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <version>4.12</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <artifactId>hamcrest-core</artifactId>

+          <groupId>org.hamcrest</groupId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>com.google.truth</groupId>

+      <artifactId>truth</artifactId>

+      <version>0.36</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.google.testing.compile</groupId>

+      <artifactId>compile-testing</artifactId>

+      <version>0.15</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <artifactId>truth-java8-extension</artifactId>

+          <groupId>com.google.truth.extensions</groupId>

+        </exclusion>

+        <exclusion>

+          <artifactId>auto-value</artifactId>

+          <groupId>com.google.auto.value</groupId>

+        </exclusion>

+        <exclusion>

+          <artifactId>tools</artifactId>

+          <groupId>com.sun</groupId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+  </dependencies>

+</project>

+

diff --git a/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.pom.md5 b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.pom.md5
new file mode 100644
index 0000000..a8c7b05
--- /dev/null
+++ b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.pom.md5
@@ -0,0 +1 @@
+b9010779814fbbffe5541b4c676676ab
\ No newline at end of file
diff --git a/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.pom.sha1 b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.pom.sha1
new file mode 100644
index 0000000..3caf93b
--- /dev/null
+++ b/com/google/auto/value/auto-value/1.6.2/auto-value-1.6.2.pom.sha1
@@ -0,0 +1 @@
+c2da8685efea66734b890c530c616b1e1baaea32
\ No newline at end of file
diff --git a/com/ryanharter/auto/value/LICENSE.txt b/com/ryanharter/auto/value/LICENSE.txt
new file mode 100644
index 0000000..7a4a3ea
--- /dev/null
+++ b/com/ryanharter/auto/value/LICENSE.txt
@@ -0,0 +1,202 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
\ No newline at end of file
diff --git a/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.jar b/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.jar
new file mode 100644
index 0000000..f145aca
--- /dev/null
+++ b/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.jar
Binary files differ
diff --git a/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.jar.md5 b/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.jar.md5
new file mode 100644
index 0000000..f59fcf7
--- /dev/null
+++ b/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.jar.md5
@@ -0,0 +1 @@
+317620b339a553ce89e3c2e5ab2e208d
\ No newline at end of file
diff --git a/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.jar.sha1 b/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.jar.sha1
new file mode 100644
index 0000000..144819a
--- /dev/null
+++ b/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.jar.sha1
@@ -0,0 +1 @@
+62605f3bed198555958c11b5b87dd9429cf0d276
\ No newline at end of file
diff --git a/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.pom b/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.pom
new file mode 100644
index 0000000..15f3ef5
--- /dev/null
+++ b/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.pom
@@ -0,0 +1,29 @@
+<?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.ryanharter.auto.value</groupId>
+  <artifactId>auto-value-parcel-adapter</artifactId>
+  <version>0.2.6</version>
+  <name>AutoValue: Parcel Extension Type Adapter</name>
+  <description>AutoValue extension to add Android Parcelable support</description>
+  <url>https://github.com/rharter/auto-value-parcel/</url>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>rharter</id>
+      <name>Ryan Harter</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git://github.com/rharter/auto-value-parcel</connection>
+    <developerConnection>scm:git:ssh://git@github.com/rharter/auto-value-parcel</developerConnection>
+    <url>https://github.com/rharter/auto-value-parcel/</url>
+  </scm>
+</project>
diff --git a/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.pom.md5 b/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.pom.md5
new file mode 100644
index 0000000..5aca61f
--- /dev/null
+++ b/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.pom.md5
@@ -0,0 +1 @@
+f8f9a0e76a58c289340eacece302f263
\ No newline at end of file
diff --git a/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.pom.sha1 b/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.pom.sha1
new file mode 100644
index 0000000..25e0906
--- /dev/null
+++ b/com/ryanharter/auto/value/auto-value-parcel-adapter/0.2.6/auto-value-parcel-adapter-0.2.6.pom.sha1
@@ -0,0 +1 @@
+00f2af650ca474de07695ae218b9e9b0a37f3d55
\ No newline at end of file
diff --git a/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6-sources.jar b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6-sources.jar
new file mode 100644
index 0000000..b21971d
--- /dev/null
+++ b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6-sources.jar
Binary files differ
diff --git a/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6-sources.jar.md5 b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6-sources.jar.md5
new file mode 100644
index 0000000..e0c22ba
--- /dev/null
+++ b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6-sources.jar.md5
@@ -0,0 +1 @@
+f14f359bc389931cb4028ec4e90dbbee
\ No newline at end of file
diff --git a/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6-sources.jar.sha1 b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6-sources.jar.sha1
new file mode 100644
index 0000000..7ba85bb
--- /dev/null
+++ b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6-sources.jar.sha1
@@ -0,0 +1 @@
+fa3a39ed95fd40d27f167f236ed9c4bba2475c44
\ No newline at end of file
diff --git a/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.jar b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.jar
new file mode 100644
index 0000000..ee3cd79
--- /dev/null
+++ b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.jar
Binary files differ
diff --git a/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.jar.md5 b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.jar.md5
new file mode 100644
index 0000000..937f10b
--- /dev/null
+++ b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.jar.md5
@@ -0,0 +1 @@
+d3fd4f251a8c192fca8ef070224171b4
\ No newline at end of file
diff --git a/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.jar.sha1 b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.jar.sha1
new file mode 100644
index 0000000..81966d3
--- /dev/null
+++ b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.jar.sha1
@@ -0,0 +1 @@
+b93759372f8520b91eec0b6ccd9e9b18d864518f
\ No newline at end of file
diff --git a/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.pom b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.pom
new file mode 100644
index 0000000..73895f9
--- /dev/null
+++ b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.pom
@@ -0,0 +1,85 @@
+<?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.ryanharter.auto.value</groupId>
+  <artifactId>auto-value-parcel</artifactId>
+  <version>0.2.6</version>
+  <name>AutoValue: Parcel Extension</name>
+  <description>AutoValue extension to add Android Parcelable support</description>
+  <url>https://github.com/rharter/auto-value-parcel/</url>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>rharter</id>
+      <name>Ryan Harter</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git://github.com/rharter/auto-value-parcel</connection>
+    <developerConnection>scm:git:ssh://git@github.com/rharter/auto-value-parcel</developerConnection>
+    <url>https://github.com/rharter/auto-value-parcel/</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <version>0.27</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto.value</groupId>
+      <artifactId>auto-value</artifactId>
+      <version>1.5.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.11</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup</groupId>
+      <artifactId>javapoet</artifactId>
+      <version>1.9.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>2.0.26-beta</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto</groupId>
+      <artifactId>auto-common</artifactId>
+      <version>0.9</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.ryanharter.auto.value</groupId>
+      <artifactId>auto-value-parcel-adapter</artifactId>
+      <version>0.2.6</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.testing.compile</groupId>
+      <artifactId>compile-testing</artifactId>
+      <version>0.9</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.pom.md5 b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.pom.md5
new file mode 100644
index 0000000..4156c1d
--- /dev/null
+++ b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.pom.md5
@@ -0,0 +1 @@
+0122c21b3270b072fd262eef607c8673
\ No newline at end of file
diff --git a/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.pom.sha1 b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.pom.sha1
new file mode 100644
index 0000000..c5ca39d
--- /dev/null
+++ b/com/ryanharter/auto/value/auto-value-parcel/0.2.6/auto-value-parcel-0.2.6.pom.sha1
@@ -0,0 +1 @@
+47d387803536063ce185f9c4d5ad7febd70f9fce
\ No newline at end of file
diff --git a/com/squareup/javapoet/1.9.0/javapoet-1.9.0.jar b/com/squareup/javapoet/1.9.0/javapoet-1.9.0.jar
new file mode 100644
index 0000000..47887e3
--- /dev/null
+++ b/com/squareup/javapoet/1.9.0/javapoet-1.9.0.jar
Binary files differ
diff --git a/com/squareup/javapoet/1.9.0/javapoet-1.9.0.jar.md5 b/com/squareup/javapoet/1.9.0/javapoet-1.9.0.jar.md5
new file mode 100644
index 0000000..56d2f12
--- /dev/null
+++ b/com/squareup/javapoet/1.9.0/javapoet-1.9.0.jar.md5
@@ -0,0 +1 @@
+e92008edb0ea9929cb9d50f9801ccce8
\ No newline at end of file
diff --git a/com/squareup/javapoet/1.9.0/javapoet-1.9.0.jar.sha1 b/com/squareup/javapoet/1.9.0/javapoet-1.9.0.jar.sha1
new file mode 100644
index 0000000..d3c0273
--- /dev/null
+++ b/com/squareup/javapoet/1.9.0/javapoet-1.9.0.jar.sha1
@@ -0,0 +1 @@
+00ecc5cf9c221d55481163e773b24336db149e51
\ No newline at end of file
diff --git a/com/squareup/javapoet/1.9.0/javapoet-1.9.0.pom b/com/squareup/javapoet/1.9.0/javapoet-1.9.0.pom
new file mode 100644
index 0000000..8b46eae
--- /dev/null
+++ b/com/squareup/javapoet/1.9.0/javapoet-1.9.0.pom
@@ -0,0 +1,145 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.sonatype.oss</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>7</version>
+  </parent>
+
+  <groupId>com.squareup</groupId>
+  <artifactId>javapoet</artifactId>
+  <version>1.9.0</version>
+
+  <name>JavaPoet</name>
+  <description>Use beautiful Java code to generate beautiful Java code.</description>
+  <url>http://github.com/square/javapoet/</url>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+    <java.version>1.7</java.version>
+    <junit.version>4.12</junit.version>
+    <truth.version>0.28</truth.version>
+    <compile-testing.version>0.9</compile-testing.version>
+  </properties>
+
+  <scm>
+    <url>http://github.com/square/javapoet/</url>
+    <connection>scm:git:git://github.com/square/javapoet.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/square/javapoet.git</developerConnection>
+    <tag>HEAD</tag>
+  </scm>
+
+  <issueManagement>
+    <system>GitHub Issues</system>
+    <url>http://github.com/square/javapoet/issues</url>
+  </issueManagement>
+
+  <licenses>
+    <license>
+      <name>Apache 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+
+  <organization>
+    <name>Square, Inc.</name>
+    <url>http://squareup.com</url>
+  </organization>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <version>${truth.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.testing.compile</groupId>
+      <artifactId>compile-testing</artifactId>
+      <version>${compile-testing.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.jimfs</groupId>
+      <artifactId>jimfs</artifactId>
+      <version>1.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>1.10.16</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt.core.compiler</groupId>
+      <artifactId>ecj</artifactId>
+      <version>4.4.2</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.6.1</version>
+        <configuration>
+          <compilerId>javac-with-errorprone</compilerId>
+          <forceJavacCompilerUse>true</forceJavacCompilerUse>
+          <source>${java.version}</source>
+          <target>${java.version}</target>
+        </configuration>
+        <dependencies>
+          <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-compiler-javac-errorprone</artifactId>
+            <version>2.8.1</version>
+          </dependency>
+          <dependency>
+            <groupId>com.google.errorprone</groupId>
+            <artifactId>error_prone_core</artifactId>
+            <version>2.0.16</version>
+          </dependency>
+        </dependencies>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.17</version>
+        <dependencies>
+          <dependency>
+            <groupId>com.puppycrawl.tools</groupId>
+            <artifactId>checkstyle</artifactId>
+            <version>7.7</version>
+          </dependency>
+        </dependencies>
+        <configuration>
+          <failsOnError>true</failsOnError>
+          <configLocation>checkstyle.xml</configLocation>
+          <consoleOutput>true</consoleOutput>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>checkstyle</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/com/squareup/javapoet/1.9.0/javapoet-1.9.0.pom.md5 b/com/squareup/javapoet/1.9.0/javapoet-1.9.0.pom.md5
new file mode 100644
index 0000000..ff895a8
--- /dev/null
+++ b/com/squareup/javapoet/1.9.0/javapoet-1.9.0.pom.md5
@@ -0,0 +1 @@
+abfeec2a746c6c1e366cafa1b59ebea9
\ No newline at end of file
diff --git a/com/squareup/javapoet/1.9.0/javapoet-1.9.0.pom.sha1 b/com/squareup/javapoet/1.9.0/javapoet-1.9.0.pom.sha1
new file mode 100644
index 0000000..e66d0bc
--- /dev/null
+++ b/com/squareup/javapoet/1.9.0/javapoet-1.9.0.pom.sha1
@@ -0,0 +1 @@
+c0bd1879ff392f7dbdb286a03aa7a7be34a9f76b
\ No newline at end of file
diff --git a/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar b/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
new file mode 100644
index 0000000..8ec91d4
--- /dev/null
+++ b/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
Binary files differ
diff --git a/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar.md5 b/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar.md5
new file mode 100644
index 0000000..7b8b0d6
--- /dev/null
+++ b/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar.md5
@@ -0,0 +1 @@
+8667a442ee77e509fbe8176b94726eb2
\ No newline at end of file
diff --git a/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar.sha1 b/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar.sha1
new file mode 100644
index 0000000..fdd7040
--- /dev/null
+++ b/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar.sha1
@@ -0,0 +1 @@
+5fe28b9518e58819180a43a850fbc0dd24b7c050
\ No newline at end of file
diff --git a/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom b/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
new file mode 100644
index 0000000..409585a
--- /dev/null
+++ b/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
@@ -0,0 +1,769 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-parent</artifactId>
+    <version>37</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.commons</groupId>
+  <artifactId>commons-lang3</artifactId>
+  <version>3.4</version>
+  <name>Apache Commons Lang</name>
+
+  <inceptionYear>2001</inceptionYear>
+  <description>
+  Apache Commons Lang, a package of Java utility classes for the
+  classes that are in java.lang's hierarchy, or are considered to be so
+  standard as to justify existence in java.lang.
+  </description>
+
+  <url>http://commons.apache.org/proper/commons-lang/</url>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/LANG</url>
+  </issueManagement>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_4</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/lang/tags/LANG_3_4</url>
+  </scm>
+
+  <developers>
+    <developer>
+      <name>Daniel Rall</name>
+      <id>dlr</id>
+      <email>dlr@finemaltcoding.com</email>
+      <organization>CollabNet, Inc.</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Stephen Colebourne</name>
+      <id>scolebourne</id>
+      <email>scolebourne@joda.org</email>
+      <organization>SITA ATS Ltd</organization>
+      <timezone>0</timezone>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Henri Yandell</name>
+      <id>bayard</id>
+      <email>bayard@apache.org</email>
+      <organization />
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Steven Caswell</name>
+      <id>scaswell</id>
+      <email>stevencaswell@apache.org</email>
+      <organization />
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+    <developer>
+      <name>Robert Burrell Donkin</name>
+      <id>rdonkin</id>
+      <email>rdonkin@apache.org</email>
+      <organization />
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Gary D. Gregory</name>
+      <id>ggregory</id>
+      <email>ggregory@apache.org</email>
+      <timezone>-5</timezone>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Fredrik Westermarck</name>
+      <id>fredrik</id>
+      <email />
+      <organization />
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>James Carman</name>
+      <id>jcarman</id>
+      <email>jcarman@apache.org</email>
+      <organization>Carman Consulting, Inc.</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Niall Pemberton</name>
+      <id>niallp</id>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Matt Benson</name>
+      <id>mbenson</id>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Joerg Schaible</name>
+      <id>joehni</id>
+      <email>joerg.schaible@gmx.de</email>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <name>Oliver Heger</name>
+      <id>oheger</id>
+      <email>oheger@apache.org</email>
+      <timezone>+1</timezone>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Paul Benedict</name>
+      <id>pbenedict</id>
+      <email>pbenedict@apache.org</email>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Benedikt Ritter</name>
+      <id>britter</id>
+      <email>britter@apache.org</email>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Duncan Jones</name>
+      <id>djones</id>
+      <email>djones@apache.org</email>
+      <timezone>0</timezone>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+  </developers>
+  <contributors>
+    <contributor>
+      <name>C. Scott Ananian</name>
+    </contributor>
+    <contributor>
+      <name>Chris Audley</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Bailliez</name>
+    </contributor>
+    <contributor>
+      <name>Michael Becke</name>
+    </contributor>
+    <contributor>
+      <name>Benjamin Bentmann</name>
+    </contributor>
+    <contributor>
+      <name>Ola Berg</name>
+    </contributor>
+    <contributor>
+      <name>Nathan Beyer</name>
+    </contributor>
+    <contributor>
+      <name>Stefan Bodewig</name>
+    </contributor>
+    <contributor>
+      <name>Janek Bogucki</name>
+    </contributor>
+    <contributor>
+      <name>Mike Bowler</name>
+    </contributor>
+    <contributor>
+      <name>Sean Brown</name>
+    </contributor>
+    <contributor>
+      <name>Alexander Day Chaffee</name>
+    </contributor>
+    <contributor>
+      <name>Al Chou</name>
+    </contributor>
+    <contributor>
+      <name>Greg Coladonato</name>
+    </contributor>
+    <contributor>
+      <name>Maarten Coene</name>
+    </contributor>
+    <contributor>
+      <name>Justin Couch</name>
+    </contributor>
+    <contributor>
+      <name>Michael Davey</name>
+    </contributor>
+    <contributor>
+      <name>Norm Deane</name>
+    </contributor>
+    <contributor>
+      <name>Morgan Delagrange</name>
+    </contributor>
+    <contributor>
+      <name>Ringo De Smet</name>
+    </contributor>
+    <contributor>
+      <name>Russel Dittmar</name>
+    </contributor>
+    <contributor>
+      <name>Steve Downey</name>
+    </contributor>
+    <contributor>
+      <name>Matthias Eichel</name>
+    </contributor>
+    <contributor>
+      <name>Christopher Elkins</name>
+    </contributor>
+    <contributor>
+      <name>Chris Feldhacker</name>
+    </contributor>
+    <contributor>
+      <name>Roland Foerther</name>
+    </contributor>
+    <contributor>
+      <name>Pete Gieser</name>
+    </contributor>
+    <contributor>
+      <name>Jason Gritman</name>
+    </contributor>
+    <contributor>
+      <name>Matthew Hawthorne</name>
+    </contributor>
+    <contributor>
+      <name>Michael Heuer</name>
+    </contributor>
+    <contributor>
+      <name>Chas Honton</name>
+    </contributor>
+    <contributor>
+      <name>Chris Hyzer</name>
+    </contributor>
+    <contributor>
+      <name>Paul Jack</name>
+    </contributor>
+    <contributor>
+      <name>Marc Johnson</name>
+    </contributor>
+    <contributor>
+      <name>Shaun Kalley</name>
+    </contributor>
+    <contributor>
+      <name>Tetsuya Kaneuchi</name>
+    </contributor>
+    <contributor>
+      <name>Nissim Karpenstein</name>
+    </contributor>
+    <contributor>
+      <name>Ed Korthof</name>
+    </contributor>
+    <contributor>
+      <name>Holger Krauth</name>
+    </contributor>
+    <contributor>
+      <name>Rafal Krupinski</name>
+    </contributor>
+    <contributor>
+      <name>Rafal Krzewski</name>
+    </contributor>
+    <contributor>
+      <name>David Leppik</name>
+    </contributor>
+    <contributor>
+      <name>Eli Lindsey</name>
+    </contributor>
+    <contributor>
+      <name>Sven Ludwig</name>
+    </contributor>
+    <contributor>
+      <name>Craig R. McClanahan</name>
+    </contributor>
+    <contributor>
+      <name>Rand McNeely</name>
+    </contributor>
+    <contributor>
+      <name>Hendrik Maryns</name>
+    </contributor>
+    <contributor>
+      <name>Dave Meikle</name>
+    </contributor>
+    <contributor>
+      <name>Nikolay Metchev</name>
+    </contributor>
+    <contributor>
+      <name>Kasper Nielsen</name>
+    </contributor>
+    <contributor>
+      <name>Tim O'Brien</name>
+    </contributor>
+    <contributor>
+      <name>Brian S O'Neill</name>
+    </contributor>
+    <contributor>
+      <name>Andrew C. Oliver</name>
+    </contributor>
+    <contributor>
+      <name>Alban Peignier</name>
+    </contributor>
+    <contributor>
+      <name>Moritz Petersen</name>
+    </contributor>
+    <contributor>
+      <name>Dmitri Plotnikov</name>
+    </contributor>
+    <contributor>
+      <name>Neeme Praks</name>
+    </contributor>
+    <contributor>
+      <name>Eric Pugh</name>
+    </contributor>
+    <contributor>
+      <name>Stephen Putman</name>
+    </contributor>
+    <contributor>
+      <name>Travis Reeder</name>
+    </contributor>
+    <contributor>
+      <name>Antony Riley</name>
+    </contributor>
+    <contributor>
+      <name>Valentin Rocher</name>
+    </contributor>
+    <contributor>
+      <name>Scott Sanders</name>
+    </contributor>
+    <contributor>
+      <name>James Sawle</name>
+    </contributor>
+    <contributor>
+      <name>Ralph Schaer</name>
+    </contributor>
+    <contributor>
+      <name>Henning P. Schmiedehausen</name>
+    </contributor>
+    <contributor>
+      <name>Sean Schofield</name>
+    </contributor>
+    <contributor>
+      <name>Robert Scholte</name>
+    </contributor>
+    <contributor>
+      <name>Reuben Sivan</name>
+    </contributor>
+    <contributor>
+      <name>Ville Skytta</name>
+    </contributor>
+    <contributor>
+      <name>David M. Sledge</name>
+    </contributor>
+    <contributor>
+      <name>Michael A. Smith</name>
+    </contributor>
+    <contributor>
+      <name>Jan Sorensen</name>
+    </contributor>
+    <contributor>
+      <name>Glen Stampoultzis</name>
+    </contributor>
+    <contributor>
+      <name>Scott Stanchfield</name>
+    </contributor>
+    <contributor>
+      <name>Jon S. Stevens</name>
+    </contributor>
+    <contributor>
+      <name>Sean C. Sullivan</name>
+    </contributor>
+    <contributor>
+      <name>Ashwin Suresh</name>
+    </contributor>
+    <contributor>
+      <name>Helge Tesgaard</name>
+    </contributor>
+    <contributor>
+      <name>Arun Mammen Thomas</name>
+    </contributor>
+    <contributor>
+      <name>Masato Tezuka</name>
+    </contributor>
+    <contributor>
+      <name>Daniel Trebbien</name>
+    </contributor>
+    <contributor>
+      <name>Jeff Varszegi</name>
+    </contributor>
+    <contributor>
+      <name>Chris Webb</name>
+    </contributor>
+    <contributor>
+      <name>Mario Winterer</name>
+    </contributor>
+    <contributor>
+      <name>Stepan Koltsov</name>
+    </contributor>
+    <contributor>
+      <name>Holger Hoffstatte</name>
+    </contributor>
+    <contributor>
+      <name>Derek C. Ashmore</name>
+    </contributor>
+    <contributor>
+      <name>Sebastien Riou</name>
+    </contributor>
+    <contributor>
+      <name>Allon Mureinik</name>
+    </contributor>
+    <contributor>
+      <name>Adam Hooper</name>
+    </contributor>
+    <contributor>
+      <name>Chris Karcher</name>
+    </contributor>
+    <contributor>
+      <name>Michael Osipov</name>
+    </contributor>
+    <contributor>
+      <name>Thiago Andrade</name>
+    </contributor>
+    <contributor>
+      <name>Jonathan Baker</name>
+    </contributor>
+    <contributor>
+      <name>Mikhail Mazursky</name>
+    </contributor>
+    <contributor>
+      <name>Fabian Lange</name>
+    </contributor>
+    <contributor>
+      <name>MichaƂ Kordas</name>
+    </contributor>
+  </contributors>
+
+  <!-- Lang should depend on very little -->
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-all</artifactId>
+      <version>1.3</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.4</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+      <version>3.3.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <name>Apache Commons Site</name>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-lang/</url>
+    </site>
+  </distributionManagement>
+
+  <properties>
+    <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    <maven.compiler.source>1.6</maven.compiler.source>
+    <maven.compiler.target>1.6</maven.compiler.target>
+    <!--
+       This is also  used to generate download_xxx file name.
+       To override this when generating the download page:
+
+       mvn commons:download-page -Dcommons.componentid=lang
+
+       The above seems to change the download page name but not any other
+       properties that depend on the componentid.
+    -->
+    <commons.componentid>lang3</commons.componentid>
+    <!-- Current 3.x release series -->
+    <commons.release.version>3.4</commons.release.version>
+    <commons.release.desc>(Java 6.0+)</commons.release.desc>
+    <!-- Previous 2.x release series -->
+    <commons.release.2.version>2.6</commons.release.2.version>
+    <commons.release.2.desc>(Requires Java 1.2 or later)</commons.release.2.desc>
+    <!-- Override generated name -->
+    <commons.release.2.name>commons-lang-${commons.release.2.version}</commons.release.2.name>
+    <commons.jira.id>LANG</commons.jira.id>
+    <commons.jira.pid>12310481</commons.jira.pid>
+
+    <commons.site.path>lang</commons.site.path>
+    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-lang</commons.scmPubUrl>
+    <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
+  </properties>
+
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>plain</id>
+            <configuration>
+              <includes>
+                <include>**/*Test.java</include>
+              </includes>
+              <runOrder>random</runOrder>
+            </configuration>
+          </execution>
+          <!-- <execution> <id>security-manager-test</id> <phase>integration-test</phase> <goals> <goal>test</goal> </goals> <configuration>
+            <includes> <include>**/*Test.java</include> </includes> <argLine>-Djava.security.manager -Djava.security.policy=${basedir}/src/test/resources/java.policy</argLine>
+            </configuration> </execution> -->
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptors>
+            <descriptor>src/assembly/bin.xml</descriptor>
+            <descriptor>src/assembly/src.xml</descriptor>
+          </descriptors>
+          <tarLongFileMode>gnu</tarLongFileMode>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-scm-publish-plugin</artifactId>
+        <configuration>
+          <ignorePathsToDelete>
+            <ignorePathToDelete>javadocs</ignorePathToDelete>
+          </ignorePathsToDelete>
+        </configuration>
+      </plugin>
+    </plugins>
+
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.15</version>
+        <configuration>
+          <configLocation>${basedir}/checkstyle.xml</configLocation>
+          <enableRulesSummary>false</enableRulesSummary>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>checkstyle</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <!-- Requires setting 'export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m" ' -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <!-- Use version from parent pom as that is adjusted according to the Java version used to run Maven -->
+        <version>${commons.findbugs.version}</version>
+        <configuration>
+          <excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <version>2.6.1</version>
+        <configuration>
+          <minSeverity>info</minSeverity>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>3.4</version>
+        <configuration>
+          <targetJdk>${maven.compiler.target}</targetJdk>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>pmd</report>
+              <report>cpd</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+          <tagListOptions>
+            <tagClasses>
+              <tagClass>
+                <displayName>Needs Work</displayName>
+                <tags>
+                  <tag>
+                    <matchString>TODO</matchString>
+                    <matchType>exact</matchType>
+                  </tag>
+                  <tag>
+                    <matchString>FIXME</matchString>
+                    <matchType>exact</matchType>
+                  </tag>
+                  <tag>
+                    <matchString>XXX</matchString>
+                    <matchType>exact</matchType>
+                  </tag>
+                </tags>
+              </tagClass>
+              <tagClass>
+                <displayName>Noteable Markers</displayName>
+                <tags>
+                  <tag>
+                    <matchString>NOTE</matchString>
+                    <matchType>exact</matchType>
+                  </tag>
+                  <tag>
+                    <matchString>NOPMD</matchString>
+                    <matchType>exact</matchType>
+                  </tag>
+                  <tag>
+                    <matchString>NOSONAR</matchString>
+                    <matchType>exact</matchType>
+                  </tag>
+                </tags>
+              </tagClass>
+            </tagClasses>
+          </tagListOptions>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>javancss-maven-plugin</artifactId>
+        <version>2.1</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>site-content/**</exclude>
+            <exclude>src/site/resources/download_lang.cgi</exclude>
+            <exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
+            <exclude>src/test/resources/lang-708-input.txt</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <profiles>
+    <profile>
+      <id>setup-checkout</id>
+      <activation>
+        <file>
+          <missing>site-content</missing>
+        </file>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <version>1.8</version>
+            <executions>
+              <execution>
+                <id>prepare-checkout</id>
+                <phase>pre-site</phase>
+                <goals>
+                  <goal>run</goal>
+                </goals>
+                <configuration>
+                  <tasks>
+                    <exec executable="svn">
+                      <arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
+                    </exec>
+
+                    <exec executable="svn">
+                      <arg line="update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
+                    </exec>
+
+                    <pathconvert pathsep=" " property="dirs">
+                      <dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" />
+                    </pathconvert>
+                    <exec executable="svn">
+                      <arg line="update --set-depth infinity ${dirs}" />
+                    </exec>
+                  </tasks>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
+</project>
diff --git a/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom.md5 b/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom.md5
new file mode 100644
index 0000000..be9e92e
--- /dev/null
+++ b/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom.md5
@@ -0,0 +1 @@
+5b94f12ccc8674526bc96c46c3899900
\ No newline at end of file
diff --git a/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom.sha1 b/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom.sha1
new file mode 100644
index 0000000..7f14b5e
--- /dev/null
+++ b/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom.sha1
@@ -0,0 +1 @@
+fd6eccbd05d55177e2f5e6d9da6f8d120751ab72
\ No newline at end of file
diff --git a/org/apache/commons/commons-lang3/LICENSE.txt b/org/apache/commons/commons-lang3/LICENSE.txt
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/org/apache/commons/commons-lang3/LICENSE.txt
@@ -0,0 +1,202 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
diff --git a/org/apache/commons/commons-lang3/NOTICE.txt b/org/apache/commons/commons-lang3/NOTICE.txt
new file mode 100644
index 0000000..0f4ac59
--- /dev/null
+++ b/org/apache/commons/commons-lang3/NOTICE.txt
@@ -0,0 +1,5 @@
+Apache Commons Lang
+Copyright 2001-2018 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).