Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 727 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 727 Bytes

Build Status

dl-modelrunner-java: tensorflow-1

JAR file

To use with maven:

<dependency>
  <groupId>io.bioimage</groupId>
  <artifactId>dl-modelrunner-tensorflow-1</artifactId>
  <version>0.3.0</version>
</dependency>

and add to </repositories> the following:

<repository>
  <id>scijava.public</id>
  <url>https://maven.scijava.org/content/groups/public</url>
</repository>