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