MVN

io.temporal : temporal-testing-junit5

Maven & Gradle

Nov 05, 2021
1 usages
193 stars

Temporal Workflow Java SDK testing, JUnit 5.x integration · Temporal Workflow Java SDK testing, JUnit 5.x integration

<dependency>
    <groupId>io.temporal</groupId>
    <artifactId>temporal-testing-junit5</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.temporal : temporal-testing-junit5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of io.temporal : temporal-testing-junit5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
temporal-testing-junit5-1.5.0
1.4.x
temporal-testing-junit5-1.4.0
1.3.x
temporal-testing-junit5-1.3.1
temporal-testing-junit5-1.3.0
1.2.x
temporal-testing-junit5-1.2.0
1.1.x
temporal-testing-junit5-1.1.0
temporal-testing-junit5-1.1.0.txt
1.0.x
temporal-testing-junit5-1.0.9
temporal-testing-junit5-1.0.8
temporal-testing-junit5-1.0.7
temporal-testing-junit5-1.0.6

How to add a dependency to Maven

Add the following io.temporal : temporal-testing-junit5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.temporal</groupId>
    <artifactId>temporal-testing-junit5</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.temporal : temporal-testing-junit5 gradle dependency to your build.gradle file:

implementation 'io.temporal:temporal-testing-junit5:1.5.0'

Gradle Kotlin DSL: Add the following io.temporal : temporal-testing-junit5 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.temporal:temporal-testing-junit5:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.temporal : temporal-testing-junit5 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.temporal" % "temporal-testing-junit5" % "1.5.0"

Advertisement