gatling-enterprise-plugin-commons
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.gatling</groupId> <artifactId>gatling-enterprise-plugin-commons</artifactId> <version>1.17.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-enterprise-plugin-commons</artifactId> <packaging>jar</packaging> <description>gatling-enterprise-plugin-commons</description> <url>https://gatling.io</url> <version>1.17.1</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-enterprise-plugin-commons</name> <inceptionYear>2011</inceptionYear> <organization> <name>Gatling Corp</name> <url>https://gatling.io</url> </organization> <scm> <url>https://github.com/gatling/gatling-enterprise-plugin-commons</url> <connection>scm:git:https://github.com/gatling/gatling-enterprise-plugin-commons.git</connection> <developerConnection>scm:git:git@github.com/gatling/gatling-enterprise-plugin-commons.git</developerConnection> </scm> <developers> <developer> <id>tpetillot@gatling.io</id> <name>Thomas Petillot</name> <organization>Gatling Corp</organization> <organizationUrl>https://gatling.io</organizationUrl> </developer> </developers> <dependencies> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.19.0</version> </dependency> <dependency> <groupId>io.gatling</groupId> <artifactId>gatling-scanner</artifactId> <version>1.6.5</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> <version>4.0.2</version> </dependency> <dependency> <groupId>com.typesafe</groupId> <artifactId>config</artifactId> <version>1.4.3</version> </dependency> <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> <version>4.9.3</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>5.12.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <version>5.12.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-launcher</artifactId> <version>1.12.2</version> <scope>test</scope> </dependency> <dependency> <groupId>com.github.sbt.junit</groupId> <artifactId>jupiter-interface</artifactId> <version>0.14.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>mockwebserver</artifactId> <version>4.12.0</version> <scope>test</scope> </dependency> </dependencies> </project>