gatling-highcharts
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.gatling.highcharts</groupId> <artifactId>gatling-highcharts</artifactId> <version>3.5.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.highcharts</groupId> <artifactId>gatling-highcharts</artifactId> <packaging>pom</packaging> <description>gatling-highcharts</description> <url>https://gatling.io</url> <version>3.5.1</version> <licenses> <license> <name>Gatling Highcharts</name> <url>https://raw.githubusercontent.com/gatling/gatling-highcharts/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <name>gatling-highcharts</name> <inceptionYear>2011</inceptionYear> <organization> <name>io.gatling.highcharts</name> <url>https://gatling.io</url> </organization> <scm> <connection>scm:git:git@github.com:gatling/gatling-highcharts.git</connection> <developerConnection>scm:git:git@github.com:gatling/gatling-highcharts.git</developerConnection> <url>https://github.com/gatling/gatling-highcharts</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> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.4</version> </dependency> </dependencies> </project>