Categories |
CategoriesTensorFlow Business Logic Libraries Machine Learning CLI User Interface |
---|---|
GroupId | GroupIdio.opil |
ArtifactId | ArtifactIdtensorflow-serving-client |
Version | Version2.0 |
Type | Typejar |
<!-- 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"]