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