<dependency> <groupId>com.github.haifengl</groupId> <artifactId>smile-nd4j</artifactId> <version>1.3.0</version> </dependency>
implementation 'com.github.haifengl:smile-nd4j:1.3.0'
implementation("com.github.haifengl:smile-nd4j:1.3.0")
libraryDependencies += "com.github.haifengl" % "smile-nd4j" % "1.3.0"
@Grapes( @Grab(group='com.github.haifengl', module='smile-nd4j', version='1.3.0') )
<dependency org="com.github.haifengl" name="smile-nd4j" rev="1.3.0" />
[com.github.haifengl/smile-nd4j "1.3.0"]
'com.github.haifengl:smile-nd4j:jar:1.3.0'
compile
|-- com.github.haifengl:smile-math:1.3.0
|-- org.slf4j:slf4j-api:1.7.21
|-- org.nd4j:nd4j-native-platform:0.8.0
test
|-- org.slf4j:slf4j-simple:1.7.21
|-- junit:junit:4.12
|-- com.novocode:junit-interface:0.11