MVN

com.mygraphql.graphub : parent

Maven & Gradle

Sep 01, 2019

com.mygraphql.graphub:parent · A middleware integrating and joining downstream APIs finally export as GraphQL Service.

<dependency>
    <groupId>com.mygraphql.graphub</groupId>
    <artifactId>parent</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mygraphql.graphub : parent to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.mygraphql.graphub : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
parent-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.mygraphql.graphub</groupId>
    <artifactId>parent</artifactId>
    <version>0.0.1</version>
</dependency>

Advertisement