<dependency> <groupId>com.spotify</groupId> <artifactId>zoltar-tensorflow</artifactId> <version>0.6.0</version> </dependency>
implementation 'com.spotify:zoltar-tensorflow:0.6.0'
implementation("com.spotify:zoltar-tensorflow:0.6.0")
libraryDependencies += "com.spotify" % "zoltar-tensorflow" % "0.6.0"
@Grapes( @Grab(group='com.spotify', module='zoltar-tensorflow', version='0.6.0') )
<dependency org="com.spotify" name="zoltar-tensorflow" rev="0.6.0" />
[com.spotify/zoltar-tensorflow "0.6.0"]
'com.spotify:zoltar-tensorflow:jar:0.6.0'
<parent> <groupId>com.spotify</groupId> <artifactId>zoltar-parent</artifactId> <version>0.6.0</version> </parent>
compile
|-- com.spotify:zoltar-core
|-- org.tensorflow:tensorflow-core-platform
|-- com.google.guava:guava
|-- com.google.auto.value:auto-value
|-- com.google.protobuf:protobuf-java
|-- com.spotify:completable-futures
|-- org.slf4j:slf4j-api
provided
|-- com.google.code.findbugs:jsr305