gatling-bundle
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.gatling</groupId> <artifactId>gatling-bundle</artifactId> <version>3.10.5</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-bundle</artifactId> <packaging>jar</packaging> <description>gatling-bundle</description> <url>https://gatling.io</url> <version>3.10.5</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <name>gatling-bundle</name> <inceptionYear>2011</inceptionYear> <organization> <name>Gatling Corp</name> <url>https://gatling.io</url> </organization> <scm> <url>https://github.com/gatling/gatling</url> <connection>scm:git:https://github.com/gatling/gatling.git</connection> <developerConnection>scm:git:git@github.com/gatling/gatling.git</developerConnection> </scm> <developers> <developer> <id>slandelle@gatling.io</id> <name>Stephane Landelle</name> <organization>Gatling Corp</organization> <organizationUrl>https://gatling.io</organizationUrl> </developer> <developer> <id>gcorre@gatling.io</id> <name>Guillaume Corré</name> <organization>Gatling Corp</organization> <organizationUrl>https://gatling.io</organizationUrl> </developer> <developer> <id>tpetillot@gatling.io</id> <name>Thomas Petillot</name> <organization>Gatling Corp</organization> <organizationUrl>https://gatling.io</organizationUrl> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.13</version> </dependency> <dependency> <groupId>io.gatling</groupId> <artifactId>gatling-app</artifactId> <version>3.10.5</version> </dependency> <dependency> <groupId>io.gatling</groupId> <artifactId>gatling-recorder</artifactId> <version>3.10.5</version> </dependency> <dependency> <groupId>io.gatling</groupId> <artifactId>gatling-enterprise-plugin-commons</artifactId> <version>1.8.0</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.13</artifactId> <version>3.2.18</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatestplus</groupId> <artifactId>scalacheck-1-16_2.13</artifactId> <version>3.2.14.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatestplus</groupId> <artifactId>mockito-3-4_2.13</artifactId> <version>3.2.10.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.13</artifactId> <version>1.17.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-testkit_2.13</artifactId> <version>2.6.20</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>4.11.0</version> <scope>test</scope> </dependency> </dependencies> </project>