gatling-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.gatling</groupId> <artifactId>gatling-core</artifactId> <version>3.13.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-core</artifactId> <packaging>jar</packaging> <description>gatling-core</description> <url>https://gatling.io</url> <version>3.13.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-core</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.16</version> </dependency> <dependency> <groupId>io.gatling</groupId> <artifactId>gatling-netty-util</artifactId> <version>3.13.5</version> </dependency> <dependency> <groupId>io.gatling</groupId> <artifactId>gatling-quicklens</artifactId> <version>3.13.5</version> </dependency> <dependency> <groupId>io.gatling</groupId> <artifactId>gatling-commons</artifactId> <version>3.13.5</version> </dependency> <dependency> <groupId>io.gatling</groupId> <artifactId>gatling-jsonpath</artifactId> <version>3.13.5</version> </dependency> <dependency> <groupId>io.gatling</groupId> <artifactId>gatling-shared-model_2.13</artifactId> <version>0.0.11</version> </dependency> <dependency> <groupId>io.gatling</groupId> <artifactId>gatling-shared-cli</artifactId> <version>0.0.6</version> </dependency> <dependency> <groupId>org.simpleflatmapper</groupId> <artifactId>lightning-csv</artifactId> <version>9.0.2</version> <exclusions> <exclusion> <groupId>org.simpleflatmapper</groupId> <artifactId>ow2-asm</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>caffeine</artifactId> <version>3.2.0</version> </dependency> <dependency> <groupId>io.pebbletemplates</groupId> <artifactId>pebble</artifactId> <version>3.2.3</version> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-parser-combinators_2.13</artifactId> <version>2.4.0</version> </dependency> <dependency> <groupId>com.github.scopt</groupId> <artifactId>scopt_2.13</artifactId> <version>3.7.1</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> <version>4.1.119.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-tcnative-classes</artifactId> <version>2.0.70.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-tcnative-boringssl-static</artifactId> <version>2.0.70.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-tcnative-boringssl-static</artifactId> <version>2.0.70.Final</version> <classifier>linux-x86_64</classifier> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-tcnative-boringssl-static</artifactId> <version>2.0.70.Final</version> <classifier>linux-aarch_64</classifier> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-tcnative-boringssl-static</artifactId> <version>2.0.70.Final</version> <classifier>osx-x86_64</classifier> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-tcnative-boringssl-static</artifactId> <version>2.0.70.Final</version> <classifier>osx-aarch_64</classifier> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-tcnative-boringssl-static</artifactId> <version>2.0.70.Final</version> <classifier>windows-x86_64</classifier> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.18.3</version> </dependency> <dependency> <groupId>net.sf.saxon</groupId> <artifactId>Saxon-HE</artifactId> <version>12.5</version> </dependency> <dependency> <groupId>org.xmlresolver</groupId> <artifactId>xmlresolver</artifactId> <version>6.0.12</version> </dependency> <dependency> <groupId>org.xmlresolver</groupId> <artifactId>xmlresolver</artifactId> <version>6.0.12</version> <classifier>data</classifier> </dependency> <dependency> <groupId>org.jodd</groupId> <artifactId>jodd-lagarto</artifactId> <version>6.0.6</version> </dependency> <dependency> <groupId>org.jodd</groupId> <artifactId>jodd-util</artifactId> <version>6.3.0</version> </dependency> <dependency> <groupId>io.burt</groupId> <artifactId>jmespath-jackson</artifactId> <version>0.6.0</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.13</artifactId> <version>3.2.19</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatestplus</groupId> <artifactId>scalacheck-1-18_2.13</artifactId> <version>3.2.19.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatestplus</groupId> <artifactId>mockito-5-12_2.13</artifactId> <version>3.2.19.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.13</artifactId> <version>1.18.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>5.16.0</version> <scope>test</scope> </dependency> </dependencies> </project>