How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.shr25.robot</groupId>
<artifactId>shr25-qq-robot</artifactId>
<version>3.0.1</version>
</dependency>
Choose a version of com.shr25.robot : shr25-qq-robot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
shr25-qq-robot-3.0.1
|
||
shr25-qq-robot-3.0.0
|
|||
2.0.x |
shr25-qq-robot-2.0.9
|
||
shr25-qq-robot-2.0.8
|
|||
shr25-qq-robot-2.0.7
|
|||
shr25-qq-robot-2.0.6
|
|||
shr25-qq-robot-2.0.5
|
|||
shr25-qq-robot-2.0.4
|
|||
shr25-qq-robot-2.0.3
|
|||
shr25-qq-robot-2.0.2
|
|||
shr25-qq-robot-2.0.1
|
|||
2.0 |
shr25-qq-robot-2.0
|
||
1.1.x |
shr25-qq-robot-1.1.4
|
||
shr25-qq-robot-1.1.3
|
|||
shr25-qq-robot-1.1.2
|
|||
shr25-qq-robot-1.1.1
|
|||
shr25-qq-robot-1.1.0
|
|||
1.0.x |
shr25-qq-robot-1.0.10
|
||
shr25-qq-robot-1.0.9
|
|||
shr25-qq-robot-1.0.8
|
|||
shr25-qq-robot-1.0.7
|
|||
shr25-qq-robot-1.0.6
|
|||
shr25-qq-robot-1.0.5
|
|||
shr25-qq-robot-1.0.4
|
|||
shr25-qq-robot-1.0.3
|
|||
shr25-qq-robot-1.0.1
|
|||
shr25-qq-robot-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.shr25.robot</groupId>
<artifactId>shr25-qq-robot</artifactId>
<version>3.0.1</version>
</dependency>
Advertisement