MVN

org.objectstyle.graphql : graphql-parent

Maven & Gradle

Jun 14, 2016
6 stars

GraphQL provider for RDBMS based on Apache Cayenne

<dependency>
    <groupId>org.objectstyle.graphql</groupId>
    <artifactId>graphql-parent</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectstyle.graphql : graphql-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of org.objectstyle.graphql : graphql-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3
graphql-parent-0.3
0.2
graphql-parent-0.2
0.1
graphql-parent-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.objectstyle.graphql</groupId>
    <artifactId>graphql-parent</artifactId>
    <version>0.3</version>
</dependency>

Advertisement