MVN

net.corda : corda-flow-test-utils

Maven & Gradle

Feb 09, 2022

corda-flow-test-utils · Corda Testing Flow test utils

<dependency>
    <groupId>net.corda</groupId>
    <artifactId>corda-flow-test-utils</artifactId>
    <version>5.0.0-DevPreview-1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.corda : corda-flow-test-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0-DevPreview-1.0.1

All Versions

Choose a version of net.corda : corda-flow-test-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
corda-flow-test-utils-5.0.0-DevPreview-1.0.1
corda-flow-test-utils-5.0.0-DevPreview-1.0
corda-flow-test-utils-5.0.0-DevPreview

How to add a dependency to Maven

Add the following net.corda : corda-flow-test-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.corda</groupId>
    <artifactId>corda-flow-test-utils</artifactId>
    <version>5.0.0-DevPreview-1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.corda : corda-flow-test-utils gradle dependency to your build.gradle file:

implementation 'net.corda:corda-flow-test-utils:5.0.0-DevPreview-1.0.1'

Gradle Kotlin DSL: Add the following net.corda : corda-flow-test-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("net.corda:corda-flow-test-utils:5.0.0-DevPreview-1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.corda : corda-flow-test-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "net.corda" % "corda-flow-test-utils" % "5.0.0-DevPreview-1.0.1"

Advertisement

Dependencies from Group

Jun 01, 2023
50 usages
3.9k stars
Jun 01, 2023
30 usages
3.9k stars
Feb 17, 2023
25 usages
3.9k stars
Jun 01, 2023
24 usages
3.9k stars
Jun 01, 2023
23 usages
3.9k stars

Discover Dependencies