<dependency> <groupId>org.tensorflow</groupId> <artifactId>ndarray</artifactId> <version>1.0.0</version> </dependency>
implementation 'org.tensorflow:ndarray:1.0.0'
implementation("org.tensorflow:ndarray:1.0.0")
libraryDependencies += "org.tensorflow" % "ndarray" % "1.0.0"
@Grapes( @Grab(group='org.tensorflow', module='ndarray', version='1.0.0') )
<dependency org="org.tensorflow" name="ndarray" rev="1.0.0" />
[org.tensorflow/ndarray "1.0.0"]
'org.tensorflow:ndarray:jar:1.0.0'
<parent> <groupId>org.tensorflow</groupId> <artifactId>tensorflow-java-ndarray</artifactId> <version>1.0.0</version> </parent>
test
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.openjdk.jmh:jmh-core
|-- org.openjdk.jmh:jmh-generator-annprocess