gatling-recorder
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.gatling</groupId> <artifactId>gatling-recorder</artifactId> <version>3.9.2</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-recorder</artifactId> <packaging>jar</packaging> <description>gatling-recorder</description> <url>https://gatling.io</url> <version>3.9.2</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-recorder</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>ccousseran@gatling.io</id> <name>Cédric Cousseran</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.10</version> </dependency> <dependency> <groupId>io.gatling</groupId> <artifactId>gatling-core</artifactId> <version>3.9.2</version> </dependency> <dependency> <groupId>io.gatling</groupId> <artifactId>gatling-http</artifactId> <version>3.9.2</version> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-swing_2.13</artifactId> <version>3.0.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.14.2</version> </dependency> <dependency> <groupId>io.gatling</groupId> <artifactId>gatling-recorder-bc-shaded</artifactId> <version>1.72</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> <version>4.1.89.Final</version> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-actor_2.13</artifactId> <version>2.6.20</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.13</artifactId> <version>3.2.15</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatestplus</groupId> <artifactId>scalacheck-1-15_2.13</artifactId> <version>3.2.11.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>