mutatis_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>default</groupId>
<artifactId>mutatis_2.11</artifactId>
<version>0.2.40</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>default</groupId>
<artifactId>mutatis_2.11</artifactId>
<packaging>jar</packaging>
<description>mutatis</description>
<url>http://verizon.github.io/mutatis/</url>
<version>0.2.40</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>mutatis</name>
<organization>
<name>default</name>
<url>http://verizon.github.io/mutatis/</url>
</organization>
<scm>
<url>https://github.com/verizon/mutatis</url>
<connection>git@github.com:verizon/mutatis.git</connection>
</scm>
<developers>
<developer>
<id>fadeddata</id>
<name>Dustin Withers</name>
<url>https://github.com/fadeddata</url>
</developer>
<developer>
<id>haripriyamurthy</id>
<name>Haripriya Murthy</name>
<url>https://github.com/haripriyamurthy</url>
</developer>
<developer>
<id>kothari-pk</id>
<name>Prateek Kothari</name>
<url>https://github.com/kothari-pk</url>
</developer>
<developer>
<id>rolandomanrique</id>
<name>Rolando Manrique</name>
<url>https://github.com/rolandomanrique</url>
</developer>
<developer>
<id>dougkang</id>
<name>Doug Kang</name>
<url>https://github.com/dougkang</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.8</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.11</artifactId>
<version>0.8.2.2</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.11</artifactId>
<version>0.8.2.2</version>
<classifier>test</classifier>
</dependency>
<dependency>
<groupId>com.verizon.journal</groupId>
<artifactId>core_2.11</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>2.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalaz</groupId>
<artifactId>scalaz-core_2.11</artifactId>
<version>7.1.7</version>
</dependency>
<dependency>
<groupId>org.scalaz.stream</groupId>
<artifactId>scalaz-stream_2.11</artifactId>
<version>0.7.3a</version>
</dependency>
</dependencies>
</project>