stigg-api-client
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.stigg</groupId> <artifactId>stigg-api-client</artifactId> <version>2.241.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.stigg</groupId> <artifactId>stigg-api-client</artifactId> <version>2.241.0</version> <name>Stigg API client</name> <description>API client for Stigg</description> <url>https://docs.stigg.io/docs/java-sdk</url> <licenses> <license> <name>STIGG SDK LICENSE</name> <url>https://assets.stigg.io/licenses/SDK-LICENSE.txt</url> </license> </licenses> <developers> <developer> <id>itzik</id> <name>Itzik Bar-David</name> <email>itzik@stigg.io</email> </developer> </developers> <scm> <url>https://github.com/stiggio/stigg-api</url> </scm> <dependencies> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.apollographql.apollo3</groupId> <artifactId>apollo-runtime</artifactId> <version>3.8.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.apollographql.apollo3</groupId> <artifactId>apollo-rx2-support</artifactId> <version>3.8.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.apollographql.apollo3</groupId> <artifactId>apollo-adapters</artifactId> <version>3.8.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.failsafe</groupId> <artifactId>failsafe</artifactId> <version>3.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.failsafe</groupId> <artifactId>failsafe-okhttp</artifactId> <version>3.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.9.3</version> <scope>runtime</scope> </dependency> </dependencies> </project>