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