aws-android-sdk-appsync-gradle-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-android-sdk-appsync-gradle-plugin</artifactId> <version>3.4.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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"> <modelVersion>4.0.0</modelVersion> <groupId>com.amazonaws</groupId> <artifactId>aws-android-sdk-appsync-gradle-plugin</artifactId> <version>3.4.2</version> <name>AWS SDK for Android - Gradle Plugin</name> <description>Gradle plugin for generating java classes for graphql files</description> <url>https://github.com/awslabs/aws-mobile-appsync-sdk-android</url> <licenses> <license> <name>Apache License 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>amazonwebservices</id> <organizationUrl>http://aws.amazon.com</organizationUrl> <roles> <role>developer</role> </roles> </developer> </developers> <scm> <connection>scm:git:git://github.com/awslabs/aws-mobile-appsync-sdk-android.git</connection> <developerConnection>scm:git:ssh://git@github.com/awslabs/aws-mobile-appsync-sdk-android.git</developerConnection> <url>https://github.com/awslabs/aws-mobile-appsync-sdk-android</url> </scm> <dependencies> <dependency> <groupId>com.github.node-gradle</groupId> <artifactId>gradle-node-plugin</artifactId> <version>2.2.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.android.tools.build</groupId> <artifactId>gradle</artifactId> <version>3.5.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.moshi</groupId> <artifactId>moshi</artifactId> <version>1.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-android-sdk-appsync-compiler</artifactId> <version>3.4.2</version> <scope>runtime</scope> </dependency> </dependencies> </project>