Categories |
CategoriesTensorFlow Business Logic Libraries Machine Learning Tribuo |
---|---|
GroupId | GroupIdorg.tribuo |
ArtifactId | ArtifactIdtribuo-tensorflow |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
tribuo-tensorflow-4.0.0.pom | |
tribuo-tensorflow-4.0.0.jar | 84 KB |
tribuo-tensorflow-4.0.0-sources.jar | 42 KB |
tribuo-tensorflow-4.0.0-javadoc.jar | 252 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tribuo/tribuo-tensorflow/ -->
<dependency>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-tensorflow</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.tribuo/tribuo-tensorflow/
implementation 'org.tribuo:tribuo-tensorflow:4.0.0'
// https://jarcasting.com/artifacts/org.tribuo/tribuo-tensorflow/
implementation ("org.tribuo:tribuo-tensorflow:4.0.0")
'org.tribuo:tribuo-tensorflow:jar:4.0.0'
<dependency org="org.tribuo" name="tribuo-tensorflow" rev="4.0.0">
<artifact name="tribuo-tensorflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tribuo', module='tribuo-tensorflow', version='4.0.0')
)
libraryDependencies += "org.tribuo" % "tribuo-tensorflow" % "4.0.0"
[org.tribuo/tribuo-tensorflow "4.0.0"]