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