jar

com.graphql-java-generator : graphql-java-server-dependencies

Maven & Gradle

Jul 12, 2023
6 usages
97 stars

This pom module contains the needed dependencies for the code generated by graphql-java-generator, when the plugin is in server mode. When you use maven plugin or the gradle plugin, just add this dependency so that the generated code embeds the necessary dependencies: <dependency><groupId>com.xyz</groupId> <artifactId>mvn-web-deps</artifactId> <version>0.0.1-SNAPSHOT</version> <type>pom</type> </dependency>

Table Of Contents

Latest Version

Download com.graphql-java-generator : graphql-java-server-dependencies JAR file - Latest Versions:

All Versions

Download com.graphql-java-generator : graphql-java-server-dependencies JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2
2.1
2.0
2.0RC1
1.18.x
1.18
1.17.x
1.17
1.16
1.15
1.14.x
1.14
1.13
1.12.x
1.12
1.11.x
1.11
1.10
1.9
1.8.x
1.8
1.7.x
1.6.x
1.5.x
1.4
1.3.x
1.3
1.2
1.0
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-java-server-dependencies-2.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

Advertisement