MVN

org.requirementsascode.act : act-pbt

Maven & Gradle

Jan 19, 2023
164 stars

act-pbt · Property based testing for act statemachines.

<dependency>
    <groupId>org.requirementsascode.act</groupId>
    <artifactId>act-pbt</artifactId>
    <version>0.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.requirementsascode.act : act-pbt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.1

All Versions

Choose a version of org.requirementsascode.act : act-pbt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
act-pbt-0.8.1
0.8
act-pbt-0.8
0.7.x
act-pbt-0.7.1
0.7
act-pbt-0.7
0.6.x
act-pbt-0.6.6
act-pbt-0.6.5
act-pbt-0.6.4
act-pbt-0.6.3
act-pbt-0.6.2
act-pbt-0.6.1
0.6
act-pbt-0.6

How to add a dependency to Maven

Add the following org.requirementsascode.act : act-pbt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.requirementsascode.act</groupId>
    <artifactId>act-pbt</artifactId>
    <version>0.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.requirementsascode.act : act-pbt gradle dependency to your build.gradle file:

implementation 'org.requirementsascode.act:act-pbt:0.8.1'

Gradle Kotlin DSL: Add the following org.requirementsascode.act : act-pbt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.requirementsascode.act:act-pbt:0.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.requirementsascode.act : act-pbt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.requirementsascode.act" % "act-pbt" % "0.8.1"

Advertisement