MVN

cn.dailystudio : tensorflow-litex

Maven & Gradle

Jul 14, 2022
59 stars

tensorflow-litex · TensorFlow Lite eXetrems

<dependency>
    <groupId>cn.dailystudio</groupId>
    <artifactId>tensorflow-litex</artifactId>
    <version>1.4.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.dailystudio : tensorflow-litex to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.5

All Versions

Choose a version of cn.dailystudio : tensorflow-litex to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
tensorflow-litex-1.4.5

How to add a dependency to Maven

Add the following cn.dailystudio : tensorflow-litex maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.dailystudio</groupId>
    <artifactId>tensorflow-litex</artifactId>
    <version>1.4.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.dailystudio : tensorflow-litex gradle dependency to your build.gradle file:

implementation 'cn.dailystudio:tensorflow-litex:1.4.5'

Gradle Kotlin DSL: Add the following cn.dailystudio : tensorflow-litex gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.dailystudio:tensorflow-litex:1.4.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.dailystudio : tensorflow-litex sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.dailystudio" % "tensorflow-litex" % "1.4.5"