MVN

uk.co.automatictester : lightning-core

Maven & Gradle

Dec 23, 2020
2 usages
52 stars

lightning-core · enables integration of JMeter performance testing with CI pipeline

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

Latest Version

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

  • Latest Stable: 7.0.1

All Versions

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

Version Vulnerabilities Updated
7.0.x
lightning-core-7.0.1
lightning-core-7.0.0
6.1.x
lightning-core-6.1.1
lightning-core-6.1.0
6.0.x
lightning-core-6.0.0
5.10.x
lightning-core-5.10.1
lightning-core-5.10.0
5.9.x
lightning-core-5.9.0
5.8.x
lightning-core-5.8.0
5.7.x
lightning-core-5.7.0
5.3.x
lightning-core-5.3.0
5.2.x
lightning-core-5.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>uk.co.automatictester</groupId>
    <artifactId>lightning-core</artifactId>
    <version>7.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'uk.co.automatictester:lightning-core:7.0.1'

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

implementation("uk.co.automatictester:lightning-core:7.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "uk.co.automatictester" % "lightning-core" % "7.0.1"

Advertisement