MVN

io.gatling : gatling-jdk-util

Maven & Gradle

May 10, 2023
6.2k stars

gatling-jdk-util · gatling-jdk-util

<dependency>
    <groupId>io.gatling</groupId>
    <artifactId>gatling-jdk-util</artifactId>
    <version>3.9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gatling : gatling-jdk-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.5

All Versions

Choose a version of io.gatling : gatling-jdk-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9.x
gatling-jdk-util-3.9.5
gatling-jdk-util-3.9.4
gatling-jdk-util-3.9.3
gatling-jdk-util-3.9.2
gatling-jdk-util-3.9.1
gatling-jdk-util-3.9.0

How to add a dependency to Maven

Add the following io.gatling : gatling-jdk-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gatling</groupId>
    <artifactId>gatling-jdk-util</artifactId>
    <version>3.9.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gatling : gatling-jdk-util gradle dependency to your build.gradle file:

implementation 'io.gatling:gatling-jdk-util:3.9.5'

Gradle Kotlin DSL: Add the following io.gatling : gatling-jdk-util gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gatling:gatling-jdk-util:3.9.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gatling : gatling-jdk-util sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gatling" % "gatling-jdk-util" % "3.9.5"

Advertisement