graphql-schema-from-introspection-generator-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.mstachniuk</groupId> <artifactId>graphql-schema-from-introspection-generator-core</artifactId> <version>0.2.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.mstachniuk</groupId> <artifactId>graphql-schema-from-introspection-generator-core</artifactId> <version>0.2.2</version> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.2.31</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.beust</groupId> <artifactId>klaxon</artifactId> <version>3.0.1</version> <scope>compile</scope> </dependency> </dependencies> <name>graphql-schema-from-introspection-generator-core</name> <packaging>jar</packaging> <url>https://github.com/mstachniuk/graphql-schema-from-introspection-generator</url> <description>Generate GraphQL Schema (GraphQL DSL or SDL) based on introspection query result</description> <licenses> <license> <name>The MIT License</name> <url>https://github.com/mstachniuk/graphql-schema-from-introspection-generator/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/mstachniuk/graphql-schema-from-introspection-generator.git</url> </scm> <issueManagement> <url>https://github.com/mstachniuk/graphql-schema-from-introspection-generator/issues</url> <system>GitHub issues</system> </issueManagement> <ciManagement> <url>https://travis-ci.org/mstachniuk/graphql-schema-from-introspection-generator</url> <system>TravisCI</system> </ciManagement> <developers> <developer> <id>mstachniuk</id> <name>Marcin Stachniuk</name> <roles> <role>Core developer</role> </roles> <url>https://github.com/mstachniuk</url> </developer> </developers> <contributors> <contributor> <name>shipkit.org automated bot</name> <url>https://github.com/shipkit-org</url> </contributor> </contributors> </project>