|
|
MavenAndUFace
If you are using Apache Maven to build your code then you can use the UFace Maven repository to include UFace jar inside your code. The maven repository is located here
http://uface.googlecode.com/svn/maven
So you can add the following to your maven pom.xml then you can depend on any UFace jars.
<repositories>
<repository>
<id>uface.m2</id>
<url>http://uface.googlecode.com/svn/maven/</url>
</repository>
</repositories>
Sign in to add a comment
