MVN

com.avanza.astrix : astrix-test-support-junit5

Maven & Gradle

Nov 10, 2022
35 stars
<dependency>
    <groupId>com.avanza.astrix</groupId>
    <artifactId>astrix-test-support-junit5</artifactId>
    <version>2.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.avanza.astrix : astrix-test-support-junit5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.6

All Versions

Choose a version of com.avanza.astrix : astrix-test-support-junit5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
astrix-test-support-junit5-2.0.6
astrix-test-support-junit5-2.0.5
astrix-test-support-junit5-2.0.4
astrix-test-support-junit5-2.0.3
astrix-test-support-junit5-2.0.2
astrix-test-support-junit5-2.0.1
astrix-test-support-junit5-2.0.0
1.0.x
astrix-test-support-junit5-1.0.12
astrix-test-support-junit5-1.0.9
astrix-test-support-junit5-1.0.8
astrix-test-support-junit5-1.0.7
astrix-test-support-junit5-1.0.6

How to add a dependency to Maven

Add the following com.avanza.astrix : astrix-test-support-junit5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.avanza.astrix</groupId>
    <artifactId>astrix-test-support-junit5</artifactId>
    <version>2.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.avanza.astrix : astrix-test-support-junit5 gradle dependency to your build.gradle file:

implementation 'com.avanza.astrix:astrix-test-support-junit5:2.0.6'

Gradle Kotlin DSL: Add the following com.avanza.astrix : astrix-test-support-junit5 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.avanza.astrix:astrix-test-support-junit5:2.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.avanza.astrix : astrix-test-support-junit5 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.avanza.astrix" % "astrix-test-support-junit5" % "2.0.6"

Advertisement