MVN

dev.aherscu.qa : qa-jgiven-rabbitmq

Maven & Gradle

Aug 23, 2023

QA JGiven RabbitMQ · Provides RabbitMQ steps

<dependency>
    <groupId>dev.aherscu.qa</groupId>
    <artifactId>qa-jgiven-rabbitmq</artifactId>
    <version>0.0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.aherscu.qa : qa-jgiven-rabbitmq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.28

All Versions

Choose a version of dev.aherscu.qa : qa-jgiven-rabbitmq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
qa-jgiven-rabbitmq-0.0.28
qa-jgiven-rabbitmq-0.0.27
qa-jgiven-rabbitmq-0.0.26

How to add a dependency to Maven

Add the following dev.aherscu.qa : qa-jgiven-rabbitmq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.aherscu.qa</groupId>
    <artifactId>qa-jgiven-rabbitmq</artifactId>
    <version>0.0.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.aherscu.qa : qa-jgiven-rabbitmq gradle dependency to your build.gradle file:

implementation 'dev.aherscu.qa:qa-jgiven-rabbitmq:0.0.28'

Gradle Kotlin DSL: Add the following dev.aherscu.qa : qa-jgiven-rabbitmq gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.aherscu.qa:qa-jgiven-rabbitmq:0.0.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.aherscu.qa : qa-jgiven-rabbitmq sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.aherscu.qa" % "qa-jgiven-rabbitmq" % "0.0.28"