MVN

io.opil : tensorflow-serving-client

Maven & Gradle

Aug 17, 2020
35 stars

Tensorflow Serving Client · A prebuilt tensorflow serving client from the tensorflow serving proto files

<dependency>
    <groupId>io.opil</groupId>
    <artifactId>tensorflow-serving-client</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.opil : tensorflow-serving-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of io.opil : tensorflow-serving-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
tensorflow-serving-client-2.3.0
2.2.x
tensorflow-serving-client-2.2.0
2.1.x
tensorflow-serving-client-2.1.0
2.0.x
tensorflow-serving-client-2.0.0
2.0
tensorflow-serving-client-2.0
1.15.x
tensorflow-serving-client-1.15.0
1.15
tensorflow-serving-client-1.15
1.14.x
tensorflow-serving-client-1.14.0
1.14
tensorflow-serving-client-1.14
1.13.x
tensorflow-serving-client-1.13.0
1.13
tensorflow-serving-client-1.13
1.12.x
tensorflow-serving-client-1.12.0
1.12
tensorflow-serving-client-1.12

How to add a dependency to Maven

Add the following io.opil : tensorflow-serving-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.opil</groupId>
    <artifactId>tensorflow-serving-client</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.opil : tensorflow-serving-client gradle dependency to your build.gradle file:

implementation 'io.opil:tensorflow-serving-client:2.3.0'

Gradle Kotlin DSL: Add the following io.opil : tensorflow-serving-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.opil:tensorflow-serving-client:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.opil : tensorflow-serving-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.opil" % "tensorflow-serving-client" % "2.3.0"

Advertisement