|
From: Francisco H. <fhe...@is...> - 2006-02-15 16:16:41
|
Hi,
I am developing a model that needs dsol-gui project.
In the (maven) dependencies section of project.xml I tried
<dependency>
<groupId>dsol</groupId>
<artifactId>dsol-gui</artifactId>
<version>1.6.5</version>
<type>jar</type>
<url>http://www.simulation.tudelft.nl/dsol/dsol-gui</url>
<properties>
<jar.manifest.classpath>true</jar.manifest.classpath>
</properties>
</dependency>
but it didn't work.
Does anybody have an idea how to get this dependency?
Furthermore, how can I know which versions of dsol dependencies are
available from a repository?
Thank you,
Francisco
|