MVN

com.hedera.fullstack : fullstack-bom

Maven & Gradle

Aug 25, 2023
4 stars

fullstack-bom · The Full Stack Testing (FST) Suite provides a framework and an associated set of tools for conducting end-to-end and full stack tests against the Hedera network software. Designed with ease of use in mind, the tools are purpose built for the Hedera community and open-source contributors.

<dependency>
    <groupId>com.hedera.fullstack</groupId>
    <artifactId>fullstack-bom</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hedera.fullstack : fullstack-bom to add to Maven - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of com.hedera.fullstack : fullstack-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7.x
fullstack-bom-0.7.0
0.6.x
fullstack-bom-0.6.0
0.5.x
fullstack-bom-0.5.1
fullstack-bom-0.5.0
0.4.x
fullstack-bom-0.4.0
0.3.x
fullstack-bom-0.3.0
0.2.x
fullstack-bom-0.2.0
0.1.x
fullstack-bom-0.1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.hedera.fullstack</groupId>
    <artifactId>fullstack-bom</artifactId>
    <version>0.7.0</version>
</dependency>