mirror of https://github.com/rusefi/jzy3d-api.git
add jzy3d repo
This commit is contained in:
parent
7ca016cff7
commit
45daa2a935
|
@ -211,4 +211,17 @@
|
|||
|
||||
<!-- To download javadocs for dependencies mvn dependency:resolve -Dclassifier=javadoc -->
|
||||
|
||||
<!--To retrieve Jzy3d dependencies -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>jzy3d-snapshots</id>
|
||||
<name>Jzy3d Snapshots</name>
|
||||
<url>http://maven.jzy3d.org/snapshots/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jzy3d-releases</id>
|
||||
<name>Jzy3d Snapshots</name>
|
||||
<url>http://maven.jzy3d.org/releases/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue