MVN

com.zebrunner : agent-junit5

Maven & Gradle

Apr 27, 2023
2 stars

Zebrunner JUnit 5 agent · Zebrunner JUnit 5 agent library

<dependency>
    <groupId>com.zebrunner</groupId>
    <artifactId>agent-junit5</artifactId>
    <version>1.9.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zebrunner : agent-junit5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.4

All Versions

Choose a version of com.zebrunner : agent-junit5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
agent-junit5-1.9.4
agent-junit5-1.9.3
1.2.x
agent-junit5-1.2.0
1.0.x
agent-junit5-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.zebrunner</groupId>
    <artifactId>agent-junit5</artifactId>
    <version>1.9.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zebrunner : agent-junit5 gradle dependency to your build.gradle file:

implementation 'com.zebrunner:agent-junit5:1.9.4'

Gradle Kotlin DSL: Add the following com.zebrunner : agent-junit5 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zebrunner:agent-junit5:1.9.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zebrunner : agent-junit5 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zebrunner" % "agent-junit5" % "1.9.4"

Advertisement