MVN

com.mygraphql.graphub : openapi2graphqls-project

Maven & Gradle

Aug 30, 2019

A Java based tool to convert OpenAPI (Swagger) to GraphQL Schema.

<dependency>
    <groupId>com.mygraphql.graphub</groupId>
    <artifactId>openapi2graphqls-project</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.2

All Versions

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

Version Vulnerabilities Updated
0.0.x
openapi2graphqls-project-0.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.mygraphql.graphub</groupId>
    <artifactId>openapi2graphqls-project</artifactId>
    <version>0.0.2</version>
</dependency>