MVN

io.gatling : gatling-asm-shaded

Maven & Gradle

Apr 07, 2023
0 stars

gatling-asm-shaded · Shaded ASM for Gatling

<dependency>
    <groupId>io.gatling</groupId>
    <artifactId>gatling-asm-shaded</artifactId>
    <version>9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 9.5

All Versions

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

Version Vulnerabilities Updated
9.5
gatling-asm-shaded-9.5
9.4
gatling-asm-shaded-9.4
9.2
gatling-asm-shaded-9.2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.gatling</groupId>
    <artifactId>gatling-asm-shaded</artifactId>
    <version>9.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.gatling:gatling-asm-shaded:9.5'

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

implementation("io.gatling:gatling-asm-shaded:9.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.gatling" % "gatling-asm-shaded" % "9.5"

Advertisement