MVN

com.coxautodev : apollo-client-maven-plugin

Maven & Gradle

Aug 30, 2017
19 stars

apollo-client-maven-plugin · Maven plugin for generating graphql clients

<plugin>
    <groupId>com.coxautodev</groupId>
    <artifactId>apollo-client-maven-plugin</artifactId>
    <version>1.1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.coxautodev : apollo-client-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of com.coxautodev : apollo-client-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
apollo-client-maven-plugin-1.1.2
apollo-client-maven-plugin-1.1.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.coxautodev</groupId>
    <artifactId>apollo-client-maven-plugin</artifactId>
    <version>1.1.2</version>
</plugin>