r

rapid-graphql

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