Skip to content
Snippets Groups Projects
Commit cecf0b07 authored by Daniel Felipe González Obando's avatar Daniel Felipe González Obando
Browse files

add vecmath 1.5.2

parent d7ceacc2
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,9 @@ repositories { ...@@ -11,9 +11,9 @@ repositories {
dependencies { dependencies {
compile 'org.slf4j:slf4j-api:1.7.21' compile 'org.slf4j:slf4j-api:1.7.21'
compile 'javax.vecmath:vecmath:1.5.2'
compile files("${System.env.ICY_HOME}/icy.jar") // Icy core compile files("${System.env.ICY_HOME}/icy.jar") // Icy core
compile files("${System.env.ICY_HOME}/lib/vecmath.jar") // javax vecmath
compile files("${System.env.ICY_HOME}/lib/bioformats.jar") // bioformats compile files("${System.env.ICY_HOME}/lib/bioformats.jar") // bioformats
compile files("${System.env.ICY_HOME}/plugins/adufour/ezplug/EzPlug.jar") // EzPlug compile files("${System.env.ICY_HOME}/plugins/adufour/ezplug/EzPlug.jar") // EzPlug
compile files("${System.env.ICY_HOME}/plugins/adufour/blocks/Blocks.jar") // Blocks compile files("${System.env.ICY_HOME}/plugins/adufour/blocks/Blocks.jar") // Blocks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment