<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>com.twitter</groupId> <artifactId>ostrich_2.10</artifactId> <packaging>jar</packaging> <description>ostrich</description> <version>9.1.3</version> <name>ostrich</name> <organization> <name>com.twitter</name> </organization> <url>https://github.com/twitter/ostrich</url> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <scm> <url>git@github.com:twitter/ostrich.git</url> <connection>scm:git:git@github.com:twitter/ostrich.git</connection> </scm> <developers> <developer> <id>twitter</id> <name>Twitter Inc.</name> <url>https://www.twitter.com/</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.10.0</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>util-core_2.10</artifactId> <version>6.3.7</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>util-eval_2.10</artifactId> <version>6.3.7</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>util-logging_2.10</artifactId> <version>6.3.7</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>util-jvm_2.10</artifactId> <version>6.3.7</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>scala-json_2.10</artifactId> <version>3.0.1</version> </dependency> <dependency> <groupId>org.scala-tools.testing</groupId> <artifactId>specs_2.10</artifactId> <version>1.6.9</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> <version>2.1_3</version> <scope>test</scope> </dependency> <dependency> <groupId>asm</groupId> <artifactId>asm</artifactId> <version>1.5.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.objenesis</groupId> <artifactId>objenesis</artifactId> <version>1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock</artifactId> <version>2.4.0</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.twitter</groupId> <artifactId>ostrich_2.10</artifactId> <version>9.1.3</version> </dependency>
com.twitter:ostrich_2.10:9.1.3