MVN

uk.co.automatictester : lightning

Maven & Gradle

Jun 14, 2016
1 usages
52 stars

lightning · enables integration of JMeter performance testing with CI pipeline

<dependency>
    <groupId>uk.co.automatictester</groupId>
    <artifactId>lightning</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.co.automatictester : lightning to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of uk.co.automatictester : lightning to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
lightning-5.1.0
5.0.x
lightning-5.0.0
4.0.x
lightning-4.0.0
3.0.x
lightning-3.0.0
2.1.x
lightning-2.1.0
2.0.x
lightning-2.0.0
1.1.x
lightning-1.1.0
1.0.x
lightning-1.0.0
0.9.x
lightning-0.9.0
0.8.x
lightning-0.8.0

How to add a dependency to Maven

Add the following uk.co.automatictester : lightning maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.co.automatictester</groupId>
    <artifactId>lightning</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.co.automatictester : lightning gradle dependency to your build.gradle file:

implementation 'uk.co.automatictester:lightning:5.1.0'

Gradle Kotlin DSL: Add the following uk.co.automatictester : lightning gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.co.automatictester:lightning:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.co.automatictester : lightning sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.co.automatictester" % "lightning" % "5.1.0"