MVN

io.datarouter : datarouter-graphql

Maven & Gradle

Jun 01, 2024

datarouter-graphql · datarouter-graphql

<dependency>
    <groupId>io.datarouter</groupId>
    <artifactId>datarouter-graphql</artifactId>
    <version>0.0.125</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.125

All Versions

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

Version Vulnerabilities Updated
0.0.x
datarouter-graphql-0.0.125

How to add a dependency to Maven

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

<dependency>
    <groupId>io.datarouter</groupId>
    <artifactId>datarouter-graphql</artifactId>
    <version>0.0.125</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.datarouter:datarouter-graphql:0.0.125'

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

implementation("io.datarouter:datarouter-graphql:0.0.125")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.datarouter" % "datarouter-graphql" % "0.0.125"

Advertisement