api-test-kit_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.mideo</groupId>
<artifactId>api-test-kit_2.12</artifactId>
<version>0.0.6</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.github.mideo</groupId>
<artifactId>api-test-kit_2.12</artifactId>
<packaging>jar</packaging>
<description>api-test-kit</description>
<url>https://github.com/MideO/api-test-kit</url>
<version>0.0.6</version>
<licenses>
<license>
<name>BSD-style</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>api-test-kit</name>
<organization>
<name>com.github.mideo</name>
<url>https://github.com/MideO/api-test-kit</url>
</organization>
<scm>
<url>https://github.com/MideO/api-test-kit</url>
<connection>scm:git@github.com/MideO/api-test-kit</connection>
</scm>
<developers>
<developer>
<id>mideo</id>
<name>Mide Ojikutu</name>
<email>mide.ojikutu@gmail.com</email>
<url>https://github.com/MideO</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.github.mideo</groupId>
<artifactId>api-test-kit-api_2.12</artifactId>
<version>0.0.6</version>
</dependency>
<dependency>
<groupId>com.github.mideo</groupId>
<artifactId>api-test-kit-core_2.12</artifactId>
<version>0.0.6</version>
</dependency>
<dependency>
<groupId>com.github.mideo</groupId>
<artifactId>api-test-kit-monitoring_2.12</artifactId>
<version>0.0.6</version>
</dependency>
<dependency>
<groupId>com.github.mideo</groupId>
<artifactId>api-test-kit-performance_2.12</artifactId>
<version>0.0.6</version>
</dependency>
<dependency>
<groupId>me.atam</groupId>
<artifactId>atam4j</artifactId>
<version>0.58</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>io.gatling.highcharts</groupId>
<artifactId>gatling-charts-highcharts</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-test-framework</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-recorder</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>com.novocode</groupId>
<artifactId>junit-interface</artifactId>
<version>0.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-junit</artifactId>
<version>2.0.0.0</version>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>java-hamcrest</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.pegdown</groupId>
<artifactId>pegdown</artifactId>
<version>1.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>json-schema-validator</artifactId>
<version>3.0.0</version>
</dependency>
</dependencies>
</project>