文件下载
文件名 操作
elide-graphql-4.6.6.jar 下载
elide-graphql-4.6.6.pom 下载
elide-graphql-4.6.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.yahoo.elide</groupId>
  <artifactId>elide-graphql</artifactId>
  <version>4.6.6</version>
</dependency>
Gradle Groovy
implementation 'com.yahoo.elide:elide-graphql:4.6.6'
Gradle Kotlin
implementation("com.yahoo.elide:elide-graphql:4.6.6")
Scala SBT
libraryDependencies += "com.yahoo.elide" % "elide-graphql" % "4.6.6"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.elide', module='elide-graphql', version='4.6.6')
)
Apache Ivy
<dependency org="com.yahoo.elide" name="elide-graphql" rev="4.6.6" />
Leiningen
[com.yahoo.elide/elide-graphql "4.6.6"]
Apache Buildr
'com.yahoo.elide:elide-graphql:jar:4.6.6'