jar

org.jiuwo : graphql-client

Maven & Gradle

Jul 21, 2019
0 stars

org.jiuwo:graphql-client · GraphQL客户端

Table Of Contents

Latest Version

Download org.jiuwo : graphql-client JAR file - Latest Versions:

All Versions

Download org.jiuwo : graphql-client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window graphql-client-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jiuwo.graphql.client.util

├─ org.jiuwo.graphql.client.util.HttpUtil.class - [JAR]

├─ org.jiuwo.graphql.client.util.JsonUtil.class - [JAR]

org.jiuwo.graphql.client

├─ org.jiuwo.graphql.client.GraphqlClient.class - [JAR]

org.jiuwo.graphql.client.enums

├─ org.jiuwo.graphql.client.enums.RequestTypeEnum.class - [JAR]

org.jiuwo.graphql.client.contract

├─ org.jiuwo.graphql.client.contract.Book.class - [JAR]

├─ org.jiuwo.graphql.client.contract.ExecutionResult.class - [JAR]

├─ org.jiuwo.graphql.client.contract.GraphqlError.class - [JAR]

├─ org.jiuwo.graphql.client.contract.GraphqlRequest.class - [JAR]

├─ org.jiuwo.graphql.client.contract.Locations.class - [JAR]

├─ org.jiuwo.graphql.client.contract.RequestParameter.class - [JAR]

├─ org.jiuwo.graphql.client.contract.ResultAttribute.class - [JAR]

Advertisement