MVN

community.flock : graphql-simple-bindings

Maven & Gradle

Oct 09, 2023

graphql-simple-bindings · Generate Kotlin data classes and TypeScript interfaces from GraphQL schema's

<dependency>
    <groupId>community.flock</groupId>
    <artifactId>graphql-simple-bindings</artifactId>
    <version>0.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of community.flock : graphql-simple-bindings to add to Maven - Latest Versions:

  • Latest Stable: 0.8.0

All Versions

Choose a version of community.flock : graphql-simple-bindings to add to Maven - All Versions:

Version Vulnerabilities Updated
0.8.x
graphql-simple-bindings-0.8.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>community.flock</groupId>
    <artifactId>graphql-simple-bindings</artifactId>
    <version>0.8.0</version>
</dependency>