r

rapid-graphql

graphql booster library
Files download
File Operation
rapid-graphql-2.0.1.pom download
Apache Maven
<dependency>
  <groupId>io.github.rapidgraphql</groupId>
  <artifactId>rapid-graphql</artifactId>
  <version>2.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.rapidgraphql:rapid-graphql:2.0.1'
Gradle Kotlin
implementation("io.github.rapidgraphql:rapid-graphql:2.0.1")
Scala SBT
libraryDependencies += "io.github.rapidgraphql" % "rapid-graphql" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.rapidgraphql', module='rapid-graphql', version='2.0.1')
)
Apache Ivy
<dependency org="io.github.rapidgraphql" name="rapid-graphql" rev="2.0.1" />
Leiningen
[io.github.rapidgraphql/rapid-graphql "2.0.1"]
Apache Buildr
'io.github.rapidgraphql:rapid-graphql:jar:2.0.1'