graphql-type-json
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>graphql-type-json</artifactId> <version>0.3.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm</groupId> <artifactId>graphql-type-json</artifactId> <version>0.3.2</version> <name>graphql-type-json</name> <description>JSON scalar types for GraphQL.js</description> <url>https://github.com/taion/graphql-type-json#readme</url> <organization> <name>Jimmy Jia</name> <url>https://github.com/taion/graphql-type-json#readme</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>taion</name> <email>tesrin@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/taion/graphql-type-json.git</connection> <developerConnection>https://github.com/taion/graphql-type-json.git</developerConnection> <url>https://github.com/taion/graphql-type-json</url> </scm> <issueManagement> <url>https://github.com/taion/graphql-type-json/issues</url> </issueManagement> <properties> <org.mvnpm-graphql.version>[0.8.0,)</org.mvnpm-graphql.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>graphql</artifactId> <version>${org.mvnpm-graphql.version}</version> </dependency> </dependencies> </project>