<?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>ai.x</groupId> <artifactId>diff_2.11</artifactId> <version>1.2.0</version> <packaging>jar</packaging> <name>diff</name> <description>diff tool for Scala data structures (nested case classes etc)</description> <url>http://github.com/xdotai/diff</url> <licenses> <license> <name>Apache License 2.0</name> <url>url</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>cvogt</id> <name>Jan Christopher Vogt</name> <timezone>-5</timezone> <url>https://github.com/cvogt/</url> </developer> </developers> <scm> <url>git@github.com:xdotai/diff.git</url> <connection>scm:git:git@github.com:xdotai/diff.git</connection> </scm> <inceptionYear>2016</inceptionYear> <organization> <name>x.ai</name> <url>url</url> </organization> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.8</version> </dependency><dependency> <groupId>com.chuusai</groupId> <artifactId>shapeless_2.11</artifactId> <version>2.3.1</version> </dependency><dependency> <groupId>org.cvogt</groupId> <artifactId>scala-extensions_2.11</artifactId> <version>0.5.1</version> </dependency> </dependencies> </project>
<dependency> <groupId>ai.x</groupId> <artifactId>diff_2.11</artifactId> <version>1.2.0</version> </dependency>
ai.x:diff_2.11:1.2.0