MVN

tech.relaycorp : awala-testing

Maven & Gradle

Aug 14, 2023
0 stars

awala-testing · Testing utilities for Awala implementations on the JVM

<dependency>
    <groupId>tech.relaycorp</groupId>
    <artifactId>awala-testing</artifactId>
    <version>1.5.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.relaycorp : awala-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.22

All Versions

Choose a version of tech.relaycorp : awala-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
awala-testing-1.5.22
awala-testing-1.5.21
awala-testing-1.5.20
awala-testing-1.5.19
awala-testing-1.5.18
awala-testing-1.5.17
awala-testing-1.5.16
awala-testing-1.5.15
awala-testing-1.5.14
awala-testing-1.5.13
awala-testing-1.5.12
awala-testing-1.5.11
awala-testing-1.5.10
awala-testing-1.5.9
awala-testing-1.5.8
awala-testing-1.5.7
awala-testing-1.5.6
awala-testing-1.5.5
awala-testing-1.5.4
awala-testing-1.5.3
awala-testing-1.5.2
awala-testing-1.5.1
awala-testing-1.5.0
1.4.x
awala-testing-1.4.0
1.3.x
awala-testing-1.3.3
awala-testing-1.3.2
awala-testing-1.3.1
awala-testing-1.3.0
1.2.x
awala-testing-1.2.5
awala-testing-1.2.4
awala-testing-1.2.3
awala-testing-1.2.2

How to add a dependency to Maven

Add the following tech.relaycorp : awala-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.relaycorp</groupId>
    <artifactId>awala-testing</artifactId>
    <version>1.5.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.relaycorp : awala-testing gradle dependency to your build.gradle file:

implementation 'tech.relaycorp:awala-testing:1.5.22'

Gradle Kotlin DSL: Add the following tech.relaycorp : awala-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.relaycorp:awala-testing:1.5.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.relaycorp : awala-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.relaycorp" % "awala-testing" % "1.5.22"

Advertisement