touca
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.touca</groupId> <artifactId>touca</artifactId> <version>1.7.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>io.touca</groupId> <artifactId>touca</artifactId> <version>1.7.0</version> <name>io.touca:touca</name> <description>Touca SDK for Java</description> <url>https://github.com/trytouca/trytouca/tree/main/sdk/java</url> <inceptionYear>2021</inceptionYear> <organization> <name>Touca</name> <url>https://touca.io</url> </organization> <licenses> <license> <name>Apache License 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>ghorbanzade</id> <name>Pejman Ghorbanzade</name> <email>pejman@touca.io</email> <organization>Touca</organization> <organizationUrl>https://touca.io</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/trytouca/trytouca.git</connection> <developerConnection>scm:git:ssh://git@github.com:trytouca/trytouca.git</developerConnection> <url>https://github.com/trytouca/trytouca</url> </scm> <dependencies> <dependency> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> <version>2.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.flatbuffers</groupId> <artifactId>flatbuffers-java</artifactId> <version>23.1.21</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-configuration2</artifactId> <version>2.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.10.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>