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