Files download
File Operation
elide-graphql-5.0.8.jar download
elide-graphql-5.0.8.pom download
elide-graphql-5.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yahoo.elide</groupId>
  <artifactId>elide-graphql</artifactId>
  <version>5.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.yahoo.elide:elide-graphql:5.0.8'
Gradle Kotlin
implementation("com.yahoo.elide:elide-graphql:5.0.8")
Scala SBT
libraryDependencies += "com.yahoo.elide" % "elide-graphql" % "5.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.elide', module='elide-graphql', version='5.0.8')
)
Apache Ivy
<dependency org="com.yahoo.elide" name="elide-graphql" rev="5.0.8" />
Leiningen
[com.yahoo.elide/elide-graphql "5.0.8"]
Apache Buildr
'com.yahoo.elide:elide-graphql:jar:5.0.8'