-
Notifications
You must be signed in to change notification settings - Fork 54
/
ivy.xml
177 lines (139 loc) · 10.4 KB
/
ivy.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<?xml version="1.0" encoding="UTF-8"?>
<!--
The Ivy package maanger used for getting some packages (jars) used in jAER.
See https://blog.alejandrocelaya.com/2014/02/22/dependency-management-in-java-projects-with-ant-and-ivy/
http://search.maven.org/
Copyright (C) 2018 Tobi.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301 USA
-->
<ivy-module version="2.0" xmlns:m="https://ant.apache.org/ivy/maven">
<info organisation="org.jaerproject" module="jaer" />
<dependencies>
<!--see https://jogamp.org/wiki/index.php/Maven-->
<!--see http://search.maven.org to find libraries -->
<!--following does not work, since the latest jogl doesn't have com.jogamp.opengl-->
<!--<dependency org="org.jogamp.gluegen" name="gluegen-rt" rev="2.5.0" />-->
<!--<dependency org="org.jogamp.gluegen" name="gluegen-rt-main" rev="2.5.0" />-->
<!--jogl 2.5.0 is currently statically included as a fat jar in the jars folder.-->
<!--<dependency org="org.jogamp.jogl" name="jogl-all-main" rev="2.5.0" />-->
<dependency org="org.swinglabs" name="swing-layout" rev="1.0.3" />
<dependency org="org.jdesktop" name="beansbinding" rev="1.2.1" />
<dependency org="org.webjars.npm" name="semver" rev="5.4.1" />
<!--bag-reader-java-1.9.0 is here to obtain all of its dependencies, but we are using the fork at https://github.com/tobidelbruck/bag-reader-java currently-->
<!--since our fixes were pulled, we can now use bag-reader-java 1.10.x-->
<dependency org="com.github.swri-robotics" name="bag-reader-java" rev="1.10.0" />
<!--<dependency org="org.apache.commons" name="commons-lang3" rev="3.14.0"/>-->
<dependency org="org.apache.commons" name="commons-math4-core" rev="4.0-beta1"/>
<dependency org="commons-net" name="commons-net" rev="3.10.0"/>
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
<dependency org="commons-io" name="commons-io" rev="2.15.1"/>
<!--https://mvnrepository.com/artifact/org.apache.commons/commons-text-->
<dependency org="org.apache.commons" name="commons-text" rev="1.11.0"/>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 -->
<dependency org="org.apache.commons" name="commons-collections4" rev="4.4"/>
<dependency org="com.google.code.gson" name="gson" rev="2.8.2" />
<dependency org="javax.mail" name="javax.mail-api" rev="1.6.0" />
<dependency org="javax.mail" name="javax.mail-api" rev="1.6.0" />
<!--jblas is a matrix library for Java which uses existing high performance BLAS and LAPACK libraries like ATLAS -->
<dependency org="org.jblas" name="jblas" rev="1.2.4" />
<dependency org="org.scala-saddle" name="jhdf5" rev="2.9" />
<dependency org="org.bytedeco.javacpp-presets" name="hdf5" rev="1.10.1-1.4" >
<artifact name="hdf5" type="jar" ext="jar" m:classifier="macosx-x86_64"/>
<artifact name="hdf5" type="jar" ext="jar" m:classifier="windows-x86_64"/>
<artifact name="hdf5" type="jar" ext="jar" m:classifier="windows-x86"/>
<artifact name="hdf5" type="jar" ext="jar" m:classifier="linux-x86_64"/>
<artifact name="hdf5" type="jar" ext="jar" m:classifier="linux-x86"/>
</dependency>
<dependency org="net.java.linoleum" name="jlfgr" rev="1_0" />
<dependency org="com.neuronrobotics" name="nrjavaserial" rev="3.13.0" />
<dependency org="com.kitfox.svg" name="svg-salamander" rev="1.0" />
<dependency org="org.uncommons.maths" name="uncommons-maths" rev="1.2.2a" />
<!--<dependency org="io.github.andreas-solti.matrix-toolkits-java" name="mtj" rev="1.0.7" />-->
<dependency org="org.tallison" name="jmatio" rev="1.2" />
<!--<dependency org="com.github.fommil.netlib" name="all" rev="1.1.2" />-->
<!-- <dependency org="com.github.fommil.netlib" name="native_system-java" rev="1.1" />
<dependency org="com.github.fommil.netlib" name="core" rev="1.1.2" />-->
<!--<dependency org="org.usb4java" name="usb4java" rev="1.2.0" />-->
<!--<dependency org="com.google.guava" name="guava" rev="30.1-jre" />-->
<!--
libusb not obtained from maven because there is no artifcact for Mac osx darwin (M1 apple silicon)
Instead tobi obtained it separately from https://github.com/marian-m12l/studio/issues/244 and combined with jar download
of libusb4java release
-->
<!--libusb4java needs following to work around bug in maven that incorrectly constucts the ivy dependency - see https://github.com/sbt/sbt/issues/285 -->
<!--
<dependency org="org.usb4java" name="libusb4java" rev="1.2.0">
<artifact name="libusb4java" type="jar" ext="jar" m:classifier="osx-x86_64"/>
<artifact name="libusb4java" type="jar" ext="jar" m:classifier="osx-x86"/>
<artifact name="libusb4java" type="jar" ext="jar" m:classifier="windows-x86_64"/>
<artifact name="libusb4java" type="jar" ext="jar" m:classifier="windows-x86"/>
<artifact name="libusb4java" type="jar" ext="jar" m:classifier="linux-arm"/>
<artifact name="libusb4java" type="jar" ext="jar" m:classifier="linux-x86_64"/>
<artifact name="libusb4java" type="jar" ext="jar" m:classifier="linux-x86"/>
</dependency>
-->
<!--TODO sort out opencv and javacv - seems to be multiple versions used in jaer-->
<!--TODO the bytedeco wrapper on opencv (opencv_core) is needed in a few places -->
<!-- <dependency org="org.bytedeco.javacpp-presets" name="opencv" rev="3.2.0-1.3" >
<artifact name="opencv" type="jar" ext="jar"/>
<artifact name="opencv" type="jar" ext="jar" m:classifier="macosx-x86_64"/>
<artifact name="opencv" type="jar" ext="jar" m:classifier="windows-x86_64"/>
<artifact name="opencv" type="jar" ext="jar" m:classifier="windows-x86"/>
<artifact name="opencv" type="jar" ext="jar" m:classifier="linux-x86_64"/>
<artifact name="opencv" type="jar" ext="jar" m:classifier="linux-x86"/>
</dependency>-->
<!--following is for the official org.opencv.core classes from nu.pattern, forked to org.openpnp now
It is important to read https://github.com/openpnp/opencv to see how the OpenCV native libraries must be loaded to the JVM!
This OpenCV is used by SingleCameraCalibration at least.
-->
<dependency org="org.openpnp" name="opencv" rev="4.8.1-0" />
<!--<dependency org="org.openpnp" name="opencv" rev="3.2.0-1" />-->
<!--<dependency org="org.openpnp" name="opencv" rev="2.4.13-0" />-->
<!--<dependency org="org.bytedeco.javacpp-presets" name="opencv" rev="3.4.0-1.4" />-->
<!--we use version 1.0 of javacv because the stereo matching opencv only has 3 arguments in existing code but later opencv has many more options-->
<!--<dependency org="org.bytedeco" name="javacv" rev="1.0" />-->
<!--<dependency org="org.bytedeco" name="javacv" rev="1.5.9" />-->
<!--tensorflow has native libraries, but handled fine with this dependeny - see https://www.tensorflow.org/install/lang_java -->
<!--if having trouble loading the DLL, you might have to downgrade locally to version 1.5.0-->
<!--make sure to delete newer versions of libtensorflow* and tensorflow* from lib/-->
<dependency org="org.tensorflow" name="tensorflow" rev="1.15.0" />
<!--to use GPU if you have an Nvida GPU installed, comment line above and use lines below with appropriate version of tensor flow.
You have to separately install Cuda toolkit for this to work - see https://developer.nvidia.com/cuda-toolkit -->
<!--<dependency org="org.tensorflow" name="libtensorflow" rev="1.12.0" />-->
<dependency org="org.tensorflow" name="libtensorflow_jni_gpu" rev="1.15.0" />
<!--for reading yaml files that store the input format for tensorflow graphs, e.g. cnns. Also for reading OpenCV Mat files in YamlMatLoader -->
<dependency org="com.esotericsoftware.yamlbeans" name="yamlbeans" rev="1.17" />
<!--mathematics, linear algebra and optimisation java library-->
<dependency org="org.ojalgo" name="ojalgo" rev="44.0.0" />
<dependency org="org.jblas" name="jblas" rev="1.2.4" />
<!--used in telluride for communicating to foosball-->
<dependency org="redis.clients" name="jedis" rev="2.9.0" />
<!-- https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit -->
<dependency org="org.eclipse.jgit" name="org.eclipse.jgit" rev="5.7.0.202003110725-r" />
<!-- for rebuild myself task in JaerUpdater -->
<dependency org="org.apache.ant" name="ant-commons-net" rev="1.10.8" />
<!-- used for numpy data file format npy and npz support in JVM -->
<dependency org="org.jetbrains.bio" name="npy" rev="0.3.5"/>
<!-- https://github.com/sh0nk/matplotlib4j -->
<dependency org="com.github.sh0nk" name="matplotlib4j" rev="0.5.0" />
<dependency org="joda-time" name="joda-time" rev="2.10.6">
<artifact name="joda-time" type="jar" />
</dependency>
<dependency org="com.install4j" name="install4j-runtime" rev="10.0.6" />
<!-- https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox
https://stackoverflow.com/questions/5614206/buffered-randomaccessfile-java
Used in TextFileInputStream
<dependency org="org.apache.pdfbox" name="pdfbox" rev="3.0.1"/>-->
</dependencies>
</ivy-module>