License |
License |
---|---|
Categories |
CategoriesGatling Application Testing & Monitoring ASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdio.gatling |
ArtifactId | ArtifactIdgatling-asm-shaded |
Last Version | Last Version9.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongatling-asm-shaded
Shaded ASM for Gatling
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gatling-asm-shaded-9.2.pom | |
gatling-asm-shaded-9.2.jar | 172 KB |
gatling-asm-shaded-9.2-sources.jar | 252 KB |
gatling-asm-shaded-9.2-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gatling/gatling-asm-shaded/ -->
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-asm-shaded</artifactId>
<version>9.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.gatling/gatling-asm-shaded/
implementation 'io.gatling:gatling-asm-shaded:9.2'
// https://jarcasting.com/artifacts/io.gatling/gatling-asm-shaded/
implementation ("io.gatling:gatling-asm-shaded:9.2")
'io.gatling:gatling-asm-shaded:jar:9.2'
<dependency org="io.gatling" name="gatling-asm-shaded" rev="9.2">
<artifact name="gatling-asm-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gatling', module='gatling-asm-shaded', version='9.2')
)
libraryDependencies += "io.gatling" % "gatling-asm-shaded" % "9.2"
[io.gatling/gatling-asm-shaded "9.2"]