Files download
File Operation
tensorflow-2.9.0.1.pom download
Apache Maven
<dependency>
  <groupId>io.github.openvega</groupId>
  <artifactId>tensorflow</artifactId>
  <version>2.9.0.1</version>
  <type>nar</type>
</dependency>
Gradle Groovy
implementation 'io.github.openvega:tensorflow:2.9.0.1'
Gradle Kotlin
implementation("io.github.openvega:tensorflow:2.9.0.1")
Scala SBT
libraryDependencies += "io.github.openvega" % "tensorflow" % "2.9.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.openvega', module='tensorflow', version='2.9.0.1')
)
Apache Ivy
<dependency org="io.github.openvega" name="tensorflow" rev="2.9.0.1" />
Leiningen
[io.github.openvega/tensorflow "2.9.0.1"]
Apache Buildr
'io.github.openvega:tensorflow:jar:2.9.0.1'
Dependencies
The project has no third-party dependencies