How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jayway.android.robotium</groupId>
<artifactId>robotium</artifactId>
<version>5.6.3</version>
</dependency>
Choose a version of com.jayway.android.robotium : robotium to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.6.x |
robotium-5.6.3
|
||
robotium-5.6.2
|
|||
robotium-5.6.1
|
|||
robotium-5.6.0
|
|||
5.5.x |
robotium-5.5.4
|
||
robotium-5.5.3
|
|||
robotium-5.5.2
|
|||
robotium-5.5.1
|
|||
robotium-5.5.0
|
|||
5.4.x |
robotium-5.4.1
|
||
robotium-5.4.0
|
|||
5.3.x |
robotium-5.3.1
|
||
robotium-5.3.0
|
|||
5.2.x |
robotium-5.2.1
|
||
5.2 |
robotium-5.2
|
||
5.1 |
robotium-5.1
|
||
5.0.x |
robotium-5.0.1
|
||
5.0 |
robotium-5.0
|
||
4.3.x |
robotium-4.3.1
|
||
4.3 |
robotium-4.3
|
||
4.2 |
robotium-4.2
|
||
4.1 |
robotium-4.1
|
||
4.0 |
robotium-4.0
|
||
3.6 |
robotium-3.6
|
||
3.5.x |
robotium-3.5.1
|
||
3.5 |
robotium-3.5
|
||
3.4.x |
robotium-3.4.1
|
||
3.4 |
robotium-3.4
|
||
3.3 |
robotium-3.3
|
||
3.2.x |
robotium-3.2.1
|
||
3.2 |
robotium-3.2
|
||
3.1 |
robotium-3.1
|
||
3.0 |
robotium-3.0
|
||
robotium-3.0-beta-6
|
|||
robotium-3.0-beta-5
|
|||
robotium-3.0-beta-4
|
|||
robotium-3.0-beta-3
|
|||
robotium-3.0-beta-2
|
|||
robotium-3.0-beta-1
|
|||
2.5 |
robotium-2.5
|
||
2.4 |
robotium-2.4
|
||
2.3 |
robotium-2.3
|
||
2.2 |
robotium-2.2
|
||
2.1 |
robotium-2.1
|
||
2.0.x |
robotium-2.0.2
|
||
robotium-2.0.1
|
|||
2.0 |
robotium-2.0
|
||
1.9.x |
robotium-1.9.0
|
||
1.8.x |
robotium-1.8.0
|
||
robotium-1.8.0-beta-4
|
|||
robotium-1.8.0-beta-3
|
|||
robotium-1.8.0-beta-2
|
|||
robotium-1.8.0-beta-1
|
|||
1.7.x |
robotium-1.7.1
|
||
robotium-1.7.0
|
|||
1.6.x |
robotium-1.6.0
|
||
1.5.x |
robotium-1.5.0
|
||
1.4.x |
robotium-1.4.0
|
||
1.3.x |
robotium-1.3.1
|
||
1.2.x |
robotium-1.2.1
|
||
robotium-1.2.0
|
|||
1.1.x |
robotium-1.1.1
|
||
1.0.x |
robotium-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jayway.android.robotium</groupId>
<artifactId>robotium</artifactId>
<version>5.6.3</version>
</dependency>
Advertisement