Categories |
CategoriesTensorFlow Business Logic Libraries Machine Learning CLI User Interface |
---|---|
GroupId | GroupIdio.opil |
ArtifactId | ArtifactIdtensorflow-serving-client |
Version | Version1.15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.opil/tensorflow-serving-client/ -->
<dependency>
<groupId>io.opil</groupId>
<artifactId>tensorflow-serving-client</artifactId>
<version>1.15</version>
</dependency>
// https://jarcasting.com/artifacts/io.opil/tensorflow-serving-client/
implementation 'io.opil:tensorflow-serving-client:1.15'
// https://jarcasting.com/artifacts/io.opil/tensorflow-serving-client/
implementation ("io.opil:tensorflow-serving-client:1.15")
'io.opil:tensorflow-serving-client:jar:1.15'
<dependency org="io.opil" name="tensorflow-serving-client" rev="1.15">
<artifact name="tensorflow-serving-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.opil', module='tensorflow-serving-client', version='1.15')
)
libraryDependencies += "io.opil" % "tensorflow-serving-client" % "1.15"
[io.opil/tensorflow-serving-client "1.15"]