is not current version
Last Version 2.3.0

io.opil:tensorflow-serving-client 2.0

A client only library for tensorflow serving

Categories

Categories

TensorFlow Business Logic Libraries Machine Learning CLI User Interface
GroupId

GroupId

io.opil
ArtifactId

ArtifactId

tensorflow-serving-client
Version

Version

2.0
Type

Type

jar

Download tensorflow-serving-client 2.0


<!-- https://jarcasting.com/artifacts/io.opil/tensorflow-serving-client/ -->
<dependency>
    <groupId>io.opil</groupId>
    <artifactId>tensorflow-serving-client</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.opil/tensorflow-serving-client/
implementation 'io.opil:tensorflow-serving-client:2.0'
// https://jarcasting.com/artifacts/io.opil/tensorflow-serving-client/
implementation ("io.opil:tensorflow-serving-client:2.0")
'io.opil:tensorflow-serving-client:jar:2.0'
<dependency org="io.opil" name="tensorflow-serving-client" rev="2.0">
  <artifact name="tensorflow-serving-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.opil', module='tensorflow-serving-client', version='2.0')
)
libraryDependencies += "io.opil" % "tensorflow-serving-client" % "2.0"
[io.opil/tensorflow-serving-client "2.0"]