To use with maven:
<dependency>
<groupId>io.bioimage</groupId>
<artifactId>dl-modelrunner-tensorflow-2c</artifactId>
<version>0.3.2</version>
</dependency>
and add to </repositories>
the following:
<repository>
<id>scijava.public</id>
<url>https://maven.scijava.org/content/groups/public</url>
</repository>