MVN

com.apurebase : kgraphql-example

Maven & Gradle

Jan 27, 2023
294 stars

KGraphQL · KGraphQL is a Kotlin implementation of GraphQL. It provides a rich DSL to set up the GraphQL schema.

<dependency>
    <groupId>com.apurebase</groupId>
    <artifactId>kgraphql-example</artifactId>
    <version>0.19.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.apurebase : kgraphql-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.19.0
  • Latest Alpha: 0.17.9-alpha-2

All Versions

Choose a version of com.apurebase : kgraphql-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.19.x
kgraphql-example-0.19.0
0.18.x
kgraphql-example-0.18.1
kgraphql-example-0.18.0
0.17.x
kgraphql-example-0.17.15
kgraphql-example-0.17.14
kgraphql-example-0.17.13
kgraphql-example-0.17.12
kgraphql-example-0.17.11
kgraphql-example-0.17.10
kgraphql-example-0.17.9
kgraphql-example-0.17.9-alpha-2
kgraphql-example-0.17.9-alpha
kgraphql-example-0.17.8
kgraphql-example-0.17.7
kgraphql-example-0.17.6
kgraphql-example-0.17.5
version
kgraphql-example-version

How to add a dependency to Maven

Add the following com.apurebase : kgraphql-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.apurebase</groupId>
    <artifactId>kgraphql-example</artifactId>
    <version>0.19.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.apurebase : kgraphql-example gradle dependency to your build.gradle file:

implementation 'com.apurebase:kgraphql-example:0.19.0'

Gradle Kotlin DSL: Add the following com.apurebase : kgraphql-example gradle kotlin dependency to your build.gradle.kts file:

implementation("com.apurebase:kgraphql-example:0.19.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.apurebase : kgraphql-example sbt scala dependency to your build.sbt file:

libraryDependencies += "com.apurebase" % "kgraphql-example" % "0.19.0"

Advertisement