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