Categories |
CategoriesTensorFlow Business Logic Libraries Machine Learning CLI User Interface |
---|---|
GroupId | GroupIdcom.yesup.oss |
ArtifactId | ArtifactIdtensorflow-client |
Version | Version0.5.1-1 |
Type | Typejar |
Filename | Size |
---|---|
tensorflow-client-0.5.1-1.pom | |
tensorflow-client-0.5.1-1.jar | 2 MB |
tensorflow-client-0.5.1-1-sources.jar | 861 KB |
tensorflow-client-0.5.1-1-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yesup.oss/tensorflow-client/ -->
<dependency>
<groupId>com.yesup.oss</groupId>
<artifactId>tensorflow-client</artifactId>
<version>0.5.1-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.yesup.oss/tensorflow-client/
implementation 'com.yesup.oss:tensorflow-client:0.5.1-1'
// https://jarcasting.com/artifacts/com.yesup.oss/tensorflow-client/
implementation ("com.yesup.oss:tensorflow-client:0.5.1-1")
'com.yesup.oss:tensorflow-client:jar:0.5.1-1'
<dependency org="com.yesup.oss" name="tensorflow-client" rev="0.5.1-1">
<artifact name="tensorflow-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yesup.oss', module='tensorflow-client', version='0.5.1-1')
)
libraryDependencies += "com.yesup.oss" % "tensorflow-client" % "0.5.1-1"
[com.yesup.oss/tensorflow-client "0.5.1-1"]