MVN

org.tensorflow : proto

Maven & Gradle

Oct 23, 2019
109 usages

Java API for TensorFlow protocol buffers.

<dependency>
    <groupId>org.tensorflow</groupId>
    <artifactId>proto</artifactId>
    <version>1.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tensorflow : proto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15.0
  • Latest Release Candidate: 1.13.0-rc2

All Versions

Choose a version of org.tensorflow : proto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15.x
proto-1.15.0
1.14.x
proto-1.14.0
1.13.x
proto-1.13.1
proto-1.13.0-rc2
proto-1.13.0-rc0
1.12.x
proto-1.12.0
proto-1.12.0-rc2
proto-1.12.0-rc1
proto-1.12.0-rc0
1.11.x
proto-1.11.0
proto-1.11.0-rc2
proto-1.11.0-rc1
proto-1.11.0-rc0
1.10.x
proto-1.10.0
proto-1.10.0-rc1
proto-1.10.0-rc0
1.9.x
proto-1.9.0
proto-1.9.0-rc2
proto-1.9.0-rc1
proto-1.9.0-rc0
1.8.x
proto-1.8.0
proto-1.8.0-rc1
proto-1.8.0-rc0
1.7.x
proto-1.7.0
proto-1.7.0-rc1
proto-1.7.0-rc0
1.6.x
proto-1.6.0
proto-1.6.0-rc1
proto-1.6.0-rc0
1.5.x
proto-1.5.0
proto-1.5.0-rc1
proto-1.5.0-rc0
1.4.x
proto-1.4.0
proto-1.4.0-rc1
proto-1.4.0-rc0
1.3.x
proto-1.3.0
proto-1.3.0-rc2
proto-1.3.0-rc1
proto-1.3.0-rc0
1.2.x
proto-1.2.1
proto-1.2.0
proto-1.2.0-rc2
proto-1.2.0-rc1
proto-1.2.0-rc0
1.1.x
proto-1.1.0
proto-1.1.0-rc2

How to add a dependency to Maven

Add the following org.tensorflow : proto maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tensorflow</groupId>
    <artifactId>proto</artifactId>
    <version>1.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tensorflow : proto gradle dependency to your build.gradle file:

implementation 'org.tensorflow:proto:1.15.0'

Gradle Kotlin DSL: Add the following org.tensorflow : proto gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tensorflow:proto:1.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tensorflow : proto sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tensorflow" % "proto" % "1.15.0"

Advertisement