File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,18 @@ https://github.com/robotframework/JavalibCore/wiki
99
1010Project jar can be downloaded directly from the `Maven Repository `__
1111
12- __ http://search.maven.org/remotecontent?filepath=org/robotframework/javalib-core/2.0.2/javalib-core-2.0.2.jar
12+ __ http://search.maven.org/remotecontent?filepath=org/robotframework/javalib-core/2.0.3/javalib-core-2.0.3.jar
13+
14+ .. code :: xml
15+
16+ <dependency >
17+ <groupId >org.robotframework</groupId >
18+ <artifactId >javalib-core</artifactId >
19+ <version >2.0.3</version >
20+ </dependency >
21+
22+
23+ Although it's prefered to use it as Maven dependency
1324
1425The project was originally hosted at `Google Code `__
1526
Original file line number Diff line number Diff line change 1111 <groupId >org.robotframework</groupId >
1212 <artifactId >javalib-core</artifactId >
1313 <packaging >jar</packaging >
14- <version >2.0.3-SNAPSHOT </version >
14+ <version >2.0.3</version >
1515 <name >javalib-core</name >
1616 <description >Base for implementing Java test libraries for Robot Framework</description >
1717 <url >https://github.com/robotframework/JavalibCore</url >
You can’t perform that action at this time.
0 commit comments