MVN

org.ngrinder : ngrinder-runtime

Maven & Gradle

Dec 30, 2022
1 usages
1.9k stars

org.ngrinder:ngrinder-runtime · ngrinder-runtime module

<dependency>
    <groupId>org.ngrinder</groupId>
    <artifactId>ngrinder-runtime</artifactId>
    <version>3.5.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ngrinder : ngrinder-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.8

All Versions

Choose a version of org.ngrinder : ngrinder-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
ngrinder-runtime-3.5.8
ngrinder-runtime-3.5.7
ngrinder-runtime-3.5.6
ngrinder-runtime-3.5.5-p1
ngrinder-runtime-3.5.5
ngrinder-runtime-3.5.4
ngrinder-runtime-3.5.3
ngrinder-runtime-3.5.2

How to add a dependency to Maven

Add the following org.ngrinder : ngrinder-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ngrinder</groupId>
    <artifactId>ngrinder-runtime</artifactId>
    <version>3.5.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ngrinder : ngrinder-runtime gradle dependency to your build.gradle file:

implementation 'org.ngrinder:ngrinder-runtime:3.5.8'

Gradle Kotlin DSL: Add the following org.ngrinder : ngrinder-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ngrinder:ngrinder-runtime:3.5.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ngrinder : ngrinder-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ngrinder" % "ngrinder-runtime" % "3.5.8"