MVN

io.stargate.graphql : sgv2-graphqlapi

Maven & Gradle

Aug 16, 2022
754 stars
<dependency>
    <groupId>io.stargate.graphql</groupId>
    <artifactId>sgv2-graphqlapi</artifactId>
    <version>2.0.0-ALPHA-17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.stargate.graphql : sgv2-graphqlapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-ALPHA-17
  • Latest Alpha: 2.0.0-ALPHA-17

All Versions

Choose a version of io.stargate.graphql : sgv2-graphqlapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
sgv2-graphqlapi-2.0.0-ALPHA-17
sgv2-graphqlapi-2.0.0-ALPHA-16
sgv2-graphqlapi-2.0.0-ALPHA-15
sgv2-graphqlapi-2.0.0-ALPHA-14
sgv2-graphqlapi-2.0.0-ALPHA-13
sgv2-graphqlapi-2.0.0-ALPHA-12
sgv2-graphqlapi-2.0.0-ALPHA-11
sgv2-graphqlapi-2.0.0-ALPHA-10
sgv2-graphqlapi-2.0.0-ALPHA-9
sgv2-graphqlapi-2.0.0-ALPHA-8
sgv2-graphqlapi-2.0.0-ALPHA-7

How to add a dependency to Maven

Add the following io.stargate.graphql : sgv2-graphqlapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.stargate.graphql</groupId>
    <artifactId>sgv2-graphqlapi</artifactId>
    <version>2.0.0-ALPHA-17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.stargate.graphql : sgv2-graphqlapi gradle dependency to your build.gradle file:

implementation 'io.stargate.graphql:sgv2-graphqlapi:2.0.0-ALPHA-17'

Gradle Kotlin DSL: Add the following io.stargate.graphql : sgv2-graphqlapi gradle kotlin dependency to your build.gradle.kts file:

implementation("io.stargate.graphql:sgv2-graphqlapi:2.0.0-ALPHA-17")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.stargate.graphql : sgv2-graphqlapi sbt scala dependency to your build.sbt file:

libraryDependencies += "io.stargate.graphql" % "sgv2-graphqlapi" % "2.0.0-ALPHA-17"