What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Mar 10, 2008 by james.strachan
Labels: Featured
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