gatling-kafka
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.amerousful</groupId>
<artifactId>gatling-kafka</artifactId>
<version>3.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.github.amerousful</groupId>
<artifactId>gatling-kafka</artifactId>
<packaging>jar</packaging>
<description>Gatling Kafka Plugin</description>
<url>https://github.com/Amerousful/gatling-kafka</url>
<version>3.5</version>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>gatling-kafka</name>
<organization>
<name>io.github.amerousful</name>
<url>https://github.com/Amerousful/gatling-kafka</url>
</organization>
<scm>
<url>https://github.com/Amerousful/gatling-kafka</url>
<connection>scm:git:git://github.com/Amerousful/gatling-kafka.git</connection>
</scm>
<developers>
<developer>
<id>Amerousful</id>
<name>Pavel Bairov</name>
<url>https://github.com/Amerousful</url>
<email>amerousful@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>pvp</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.12</version>
</dependency>
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-core</artifactId>
<version>3.9.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-core-java</artifactId>
<version>3.9.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.7.3</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream-kafka_2.13</artifactId>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-protobuf-v3_2.13</artifactId>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream_2.13</artifactId>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-slf4j_2.13</artifactId>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>com.thesamet.scalapb</groupId>
<artifactId>scalapb-runtime_2.13</artifactId>
<version>0.11.15</version>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-protobuf-serializer</artifactId>
<version>7.6.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>