MVN

com.heapbrain : testdeed

Maven & Gradle

Jan 23, 2018
0 stars

testdeed · Easy configurable performance test with Gatling (Run anywhere)

<dependency>
    <groupId>com.heapbrain</groupId>
    <artifactId>testdeed</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.heapbrain : testdeed to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8

All Versions

Choose a version of com.heapbrain : testdeed to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
testdeed-1.3.8
testdeed-1.3.7
testdeed-1.3.6
testdeed-1.3.5
testdeed-1.3.4
testdeed-1.3.3
testdeed-1.3.2
testdeed-1.3.1
testdeed-1.3.0
1.2.x
testdeed-1.2.8
testdeed-1.2.7
testdeed-1.2.6
testdeed-1.2.5
testdeed-1.2.4
testdeed-1.2.3
testdeed-1.2.2
testdeed-1.2.1
1.1.x
testdeed-1.1.1
testdeed-1.1.0
1.0.x
testdeed-1.0.2
testdeed-1.0.1

How to add a dependency to Maven

Add the following com.heapbrain : testdeed maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.heapbrain</groupId>
    <artifactId>testdeed</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.heapbrain : testdeed gradle dependency to your build.gradle file:

implementation 'com.heapbrain:testdeed:1.3.8'

Gradle Kotlin DSL: Add the following com.heapbrain : testdeed gradle kotlin dependency to your build.gradle.kts file:

implementation("com.heapbrain:testdeed:1.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.heapbrain : testdeed sbt scala dependency to your build.sbt file:

libraryDependencies += "com.heapbrain" % "testdeed" % "1.3.8"