MVN

uk.co.qorr : hvalspik-testing-chainedcontainer

Maven & Gradle

Jan 20, 2017

Hvalspik - Testing - Chained Container

<dependency>
    <groupId>uk.co.qorr</groupId>
    <artifactId>hvalspik-testing-chainedcontainer</artifactId>
    <version>1.5.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.co.qorr : hvalspik-testing-chainedcontainer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.8

All Versions

Choose a version of uk.co.qorr : hvalspik-testing-chainedcontainer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
hvalspik-testing-chainedcontainer-1.5.8
hvalspik-testing-chainedcontainer-1.5.7
hvalspik-testing-chainedcontainer-1.5.5
1.3.x
hvalspik-testing-chainedcontainer-1.3.0

How to add a dependency to Maven

Add the following uk.co.qorr : hvalspik-testing-chainedcontainer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.co.qorr</groupId>
    <artifactId>hvalspik-testing-chainedcontainer</artifactId>
    <version>1.5.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.co.qorr : hvalspik-testing-chainedcontainer gradle dependency to your build.gradle file:

implementation 'uk.co.qorr:hvalspik-testing-chainedcontainer:1.5.8'

Gradle Kotlin DSL: Add the following uk.co.qorr : hvalspik-testing-chainedcontainer gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.co.qorr:hvalspik-testing-chainedcontainer:1.5.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.co.qorr : hvalspik-testing-chainedcontainer sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.co.qorr" % "hvalspik-testing-chainedcontainer" % "1.5.8"

Advertisement