MVN

io.gatling : gatling-sbt_2.12_1.0

Maven & Gradle

Aug 09, 2023
105 stars

gatling-sbt · gatling-sbt

<dependency>
    <groupId>io.gatling</groupId>
    <artifactId>gatling-sbt_2.12_1.0</artifactId>
    <version>4.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gatling : gatling-sbt_2.12_1.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5.0

All Versions

Choose a version of io.gatling : gatling-sbt_2.12_1.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5.x
gatling-sbt_2.12_1.0-4.5.0
4.4.x
gatling-sbt_2.12_1.0-4.4.0
4.3.x
gatling-sbt_2.12_1.0-4.3.3
gatling-sbt_2.12_1.0-4.3.2
gatling-sbt_2.12_1.0-4.3.1
gatling-sbt_2.12_1.0-4.3.0
4.2.x
gatling-sbt_2.12_1.0-4.2.6
gatling-sbt_2.12_1.0-4.2.5
gatling-sbt_2.12_1.0-4.2.4
gatling-sbt_2.12_1.0-4.2.3
gatling-sbt_2.12_1.0-4.2.2
gatling-sbt_2.12_1.0-4.2.1
gatling-sbt_2.12_1.0-4.2.0
4.1.x
gatling-sbt_2.12_1.0-4.1.6
gatling-sbt_2.12_1.0-4.1.6-M1
gatling-sbt_2.12_1.0-4.1.5
gatling-sbt_2.12_1.0-4.1.4
gatling-sbt_2.12_1.0-4.1.3
gatling-sbt_2.12_1.0-4.1.2
gatling-sbt_2.12_1.0-4.1.1
gatling-sbt_2.12_1.0-4.1.0
gatling-sbt_2.12_1.0-4.1.0-M1
4.0.x
gatling-sbt_2.12_1.0-4.0.0
gatling-sbt_2.12_1.0-4.0.0-M2
gatling-sbt_2.12_1.0-4.0.0-M1
3.2.x
gatling-sbt_2.12_1.0-3.2.2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.gatling</groupId>
    <artifactId>gatling-sbt_2.12_1.0</artifactId>
    <version>4.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gatling : gatling-sbt_2.12_1.0 gradle dependency to your build.gradle file:

implementation 'io.gatling:gatling-sbt_2.12_1.0:4.5.0'

Gradle Kotlin DSL: Add the following io.gatling : gatling-sbt_2.12_1.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gatling:gatling-sbt_2.12_1.0:4.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gatling : gatling-sbt_2.12_1.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gatling" % "gatling-sbt_2.12_1.0" % "4.5.0"

Advertisement