gatling-metrics
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-metrics</artifactId>
<version>2.3.1</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>io.gatling</groupId>
<artifactId>gatling-metrics</artifactId>
<packaging>jar</packaging>
<description>gatling-metrics</description>
<url>http://gatling.io</url>
<version>2.3.1</version>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>gatling-metrics</name>
<inceptionYear>2011</inceptionYear>
<organization>
<name>io.gatling</name>
<url>http://gatling.io</url>
</organization>
<scm>
<connection>scm:git:git@github.com:gatling/gatling.git</connection>
<developerConnection>scm:git:git@github.com:gatling/gatling.git</developerConnection>
<url>https://github.com/gatling/gatling</url>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
<id>slandelle@gatling.io</id>
<name>Stephane Landelle</name>
<organization>Gatling Corp</organization>
</developer>
<developer>
<id>gcorre@gatling.io</id>
<name>Guillaume Corré</name>
<organization>Gatling Corp</organization>
</developer>
<developer>
<id>tgrenier@gatling.io</id>
<name>Thomas Grenier</name>
<organization>Gatling Corp</organization>
</developer>
<developer>
<id>ccousseran@gatling.io</id>
<name>Cédric Cousseran</name>
<organization>Gatling Corp</organization>
</developer>
<developer>
<id>achaouat@gatling.io</id>
<name>Alexandre Chaouat</name>
<organization>Gatling Corp</organization>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.3</version>
</dependency>
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-core</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>org.hdrhistogram</groupId>
<artifactId>HdrHistogram</artifactId>
<version>2.1.9</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.0.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.12</artifactId>
<version>1.13.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_2.12</artifactId>
<version>2.5.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.3.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>