Revision: 4050
Author: janne.t.harkonen
Date: Mon Sep 6 02:46:48 2010
Log: Edited wiki page JavaIntegration through web user interface.
http://code.google.com/p/robotframework/source/detail?r=4050
Modified:
/wiki/JavaIntegration.wiki
=======================================
--- /wiki/JavaIntegration.wiki Thu Sep 2 06:20:55 2010
+++ /wiki/JavaIntegration.wiki Mon Sep 6 02:46:48 2010
@@ -81,3 +81,16 @@
{{{
zip -r /path/to/robotframework-2.5.3.jar org
}}}
+
+= Robot Framework as Maven Dependency =
+
+Robot Framework jar is also available in the Maven central repository, and
you can add it as a dependency with the following snippet:
+
+{{{
+ <dependency>
+ <groupId>org.robotframework</groupId>
+ <artifactId>robotframework</artifactId>
+ <version>2.5.3</version>
+ </dependency>
+
+}}}