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