capture-apollo
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.bitdrift</groupId> <artifactId>capture-apollo</artifactId> <version>0.18.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.bitdrift</groupId> <artifactId>capture-apollo</artifactId> <version>0.18.0</version> <packaging>aar</packaging> <name>CaptureApollo</name> <description>Official Capture integration for Apollo (GraphQL).</description> <url>https://bitdrift.io</url> <licenses> <license> <name>BITDRIFT SOFTWARE DEVELOPMENT KIT LICENSE AGREEMENT</name> <url>https://dl.bitdrift.io/sdk/android-maven/io/bitdrift/capture-timber/0.18.0/LICENSE.txt</url> <distribution>repo</distribution> </license> <license> <name>NOTICE</name> <url>https://dl.bitdrift.io/sdk/android-maven/io/bitdrift/capture-timber/0.18.0/NOTICE.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>bitdriftlabs</id> <name>Bitdrift, Inc.</name> <email>info@bitdrift.io</email> <url>https://github.com/bitdriftlabs</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/bitdriftlabs/capture-sdk.git</connection> <developerConnection>scm:git:ssh://git@github.com:bitdriftlabs/capture-sdk.git</developerConnection> <url>https://github.com/bitdriftlabs/capture-sdk</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.bitdrift</groupId> <artifactId>capture</artifactId> <version>0.18.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.apollographql.apollo</groupId> <artifactId>apollo-runtime</artifactId> <version>4.1.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>