Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
fdc29260
Commit
fdc29260
authored
Sep 10, 2018
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added TF dep
parent
41112860
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
32 deletions
+34
-32
pom.xml
pom.xml
+34
-32
No files found.
pom.xml
View file @
fdc29260
...
...
@@ -22,40 +22,42 @@
<version>
1.0.0-SNAPSHOT
</version>
<name>
plugins/imagej_elphel.jar
</name>
<name>
plugins/imagej_elphel.jar
</name>
<!-- <name>plugins/Aberration_Calibration.jar</name> -->
<description>
A Maven project implementing imagej-elphel plugin
</description>
<dependencies>
<dependency>
<groupId>
net.imagej
</groupId>
<artifactId>
ij
</artifactId>
<version>
1.52e
</version>
<!-- <version>${imagej1.version}</version> -->
</dependency>
<dependency>
<groupId>
org.jcuda
</groupId>
<artifactId>
jcuda
</artifactId>
<version>
0.9.2
</version>
</dependency>
<dependency>
<groupId>
commons-configuration
</groupId>
<artifactId>
commons-configuration
</artifactId>
<version>
1.8
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/gov.nist.math/jama -->
<dependency>
<groupId>
gov.nist.math
</groupId>
<artifactId>
jama
</artifactId>
<version>
1.0.3
</version>
</dependency>
<description>
A Maven project implementing imagej-elphel plugin
</description>
<dependencies>
<dependency>
<groupId>
net.imagej
</groupId>
<artifactId>
ij
</artifactId>
<version>
1.52e
</version>
</dependency>
<dependency>
<groupId>
org.jcuda
</groupId>
<artifactId>
jcuda
</artifactId>
<version>
0.9.2
</version>
</dependency>
<dependency>
<groupId>
org.tensorflow
</groupId>
<artifactId>
tensorflow
</artifactId>
<version>
1.10.0
</version>
</dependency>
<dependency>
<groupId>
commons-configuration
</groupId>
<artifactId>
commons-configuration
</artifactId>
<version>
1.8
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/gov.nist.math/jama -->
<dependency>
<groupId>
gov.nist.math
</groupId>
<artifactId>
jama
</artifactId>
<version>
1.0.3
</version>
</dependency>
<!--
<dependency>
<groupId>jama</groupId>
<artifactId>jama</artifactId>
<version>1.0.3</version>
<groupId>jama</groupId>
<artifactId>jama</artifactId>
<version>1.0.3</version>
</dependency>
-->
<dependency>
...
...
@@ -65,8 +67,8 @@
</dependency>
<dependency>
<groupId>
ome
</groupId>
<artifactId>
loci_tools
</artifactId>
<version>
5.0.0
</version>
<artifactId>
loci_tools
</artifactId>
<version>
5.0.0
</version>
</dependency>
</dependencies>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment