Skip to content

Instantly share code, notes, and snippets.

@ababol
Created April 24, 2013 20:00
Show Gist options
  • Save ababol/5455085 to your computer and use it in GitHub Desktop.
Save ababol/5455085 to your computer and use it in GitHub Desktop.
Dépendance locale maven.
<dependency>
<groupId>berlios</groupId>
<artifactId>jmathplot</artifactId>
<version>39</version>
<type>jar</type>
<scope>system</scope>
<systemPath>${project.basedir}/libs/berlios/jmathplot.jar</systemPath>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment