fullstack-base-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.hedera.fullstack</groupId> <artifactId>fullstack-base-api</artifactId> <version>0.32.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.hedera.fullstack</groupId> <artifactId>fullstack-base-api</artifactId> <version>0.32.0</version> <name>fullstack-base-api</name> <description>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.</description> <url>https://www.hedera.com/</url> <inceptionYear>2023</inceptionYear> <organization> <name>Hedera Hashgraph, LLC</name> <url>https://www.hedera.com</url> </organization> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://raw.githubusercontent.com/hashgraph/full-stack-testing/main/LICENSE</url> </license> </licenses> <developers> <developer> <name>Full Stack Testing Team</name> <email>hedera-eng-automation@swirldslabs.com</email> <organization>Hedera Hashgraph</organization> <organizationUrl>https://www.hedera.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/hashgraph/full-stack-testing.git</connection> <developerConnection>scm:git:ssh://github.com:hashgraph/full-stack-testing.git</developerConnection> <url>https://github.com/hashgraph/full-stack-testing</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>com.hedera.fullstack</groupId> <artifactId>fullstack-bom</artifactId> <version>0.32.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> </project>