MVN

io.github.preafixed : java-tf

Maven & Gradle

Dec 04, 2022

Java-Tensorflow · A helper library to work with tensorflow in Java

<dependency>
    <groupId>io.github.preafixed</groupId>
    <artifactId>java-tf</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.preafixed : java-tf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.2

All Versions

Choose a version of io.github.preafixed : java-tf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
java-tf-1.4.2
java-tf-1.4.1
1.4
java-tf-1.4

How to add a dependency to Maven

Add the following io.github.preafixed : java-tf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.preafixed</groupId>
    <artifactId>java-tf</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.preafixed : java-tf gradle dependency to your build.gradle file:

implementation 'io.github.preafixed:java-tf:1.4.2'

Gradle Kotlin DSL: Add the following io.github.preafixed : java-tf gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.preafixed:java-tf:1.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.preafixed : java-tf sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.preafixed" % "java-tf" % "1.4.2"