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