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