MVN

com.bretpatterson : schemagen-graphql-examples

Maven & Gradle

May 26, 2017
46 stars

schemagen-graphql-examples · This provides type introspection and generation of GraphQL from Pojos.

<dependency>
    <groupId>com.bretpatterson</groupId>
    <artifactId>schemagen-graphql-examples</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bretpatterson : schemagen-graphql-examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3
  • Latest Release Candidate: 1.0.0-rc3

All Versions

Choose a version of com.bretpatterson : schemagen-graphql-examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
schemagen-graphql-examples-1.1.0
1.0.x
schemagen-graphql-examples-1.0.3
schemagen-graphql-examples-1.0.2
schemagen-graphql-examples-1.0.1
schemagen-graphql-examples-1.0.0
schemagen-graphql-examples-1.0.0-rc3
schemagen-graphql-examples-1.0.0-rc2
schemagen-graphql-examples-1.0.0-rc1
0.7.x
schemagen-graphql-examples-0.7.1
schemagen-graphql-examples-0.7.0
0.6.x
schemagen-graphql-examples-0.6.0
0.5.x
schemagen-graphql-examples-0.5.2
schemagen-graphql-examples-0.5.0
0.4.x
schemagen-graphql-examples-0.4.1
schemagen-graphql-examples-0.4.0
0.3.x
schemagen-graphql-examples-0.3.1
schemagen-graphql-examples-0.3.0
0.2.x
schemagen-graphql-examples-0.2.1
schemagen-graphql-examples-0.2.0
0.1.x
schemagen-graphql-examples-0.1.1
0.1
schemagen-graphql-examples-0.1

How to add a dependency to Maven

Add the following com.bretpatterson : schemagen-graphql-examples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bretpatterson</groupId>
    <artifactId>schemagen-graphql-examples</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bretpatterson : schemagen-graphql-examples gradle dependency to your build.gradle file:

implementation 'com.bretpatterson:schemagen-graphql-examples:1.0.3'

Gradle Kotlin DSL: Add the following com.bretpatterson : schemagen-graphql-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bretpatterson:schemagen-graphql-examples:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bretpatterson : schemagen-graphql-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bretpatterson" % "schemagen-graphql-examples" % "1.0.3"

Advertisement