util-testing_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.websudos</groupId> <artifactId>util-testing_2.11</artifactId> <version>0.9.11</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>com.websudos</groupId> <artifactId>util-testing_2.11</artifactId> <packaging>jar</packaging> <description>util-testing</description> <version>0.9.11</version> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>util-testing</name> <organization> <name>com.websudos</name> </organization> <url>https://github.com/websudos/util</url> <scm> <url>git@github.com:websudos/util.git</url> <connection>scm:git:git@github.com:websudos/util.git</connection> </scm> <developers> <developer> <id>alexflav23</id> <name>Flavian Alexandru</name> <url>http://github.com/alexflav23</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.7</version> </dependency> <dependency> <groupId>com.websudos</groupId> <artifactId>util-domain_2.11</artifactId> <version>0.9.11</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.11</artifactId> <version>2.2.4</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>util-core_2.11</artifactId> <version>6.24.0</version> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.3</version> </dependency> <dependency> <groupId>org.joda</groupId> <artifactId>joda-convert</artifactId> <version>1.6</version> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.11</artifactId> <version>1.11.4</version> </dependency> <dependency> <groupId>org.fluttercode.datafactory</groupId> <artifactId>datafactory</artifactId> <version>0.8</version> </dependency> </dependencies> <repositories> <repository> <id>bintrayflavianmaven</id> <name>bintray-flavian-maven</name> <url>https://dl.bintray.com/flavian/maven/</url> <layout>default</layout> </repository> <repository> <id>Sonatyperepo</id> <name>Sonatype repo</name> <url>https://oss.sonatype.org/content/groups/scala-tools/</url> <layout>default</layout> </repository> <repository> <id>Sonatypereleases</id> <name>Sonatype releases</name> <url>https://oss.sonatype.org/content/repositories/releases/</url> <layout>default</layout> </repository> <repository> <id>JavanetMaven2Repository</id> <name>Java.net Maven2 Repository</name> <url>http://download.java.net/maven/2/</url> <layout>default</layout> </repository> <repository> <id>TwitterRepository</id> <name>Twitter Repository</name> <url>http://maven.twttr.com/</url> <layout>default</layout> </repository> <repository> <id>bintraywebsudosossreleases</id> <name>bintray-websudos-oss-releases</name> <url>https://dl.bintray.com/websudos/oss-releases/</url> <layout>default</layout> </repository> <repository> <id>bintraywebsudosossreleases</id> <name>bintray-websudos-oss-releases</name> <url>https://dl.bintray.com/websudos/oss-releases/</url> <layout>default</layout> </repository> <repository> <id>bintraywebsudosinternalreleases</id> <name>bintray-websudos-internal-releases</name> <url>https://dl.bintray.com/websudos/internal-releases/</url> <layout>default</layout> </repository> </repositories> </project>