How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>top.tanmw</groupId>
<artifactId>efficient-boot</artifactId>
<version>0.8.2</version>
</dependency>
Choose a version of top.tanmw : efficient-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
efficient-boot-0.8.2
|
||
efficient-boot-0.8.1
|
|||
0.7.x |
efficient-boot-0.7.1
|
||
efficient-boot-0.7.0
|
|||
0.6.x |
efficient-boot-0.6.1
|
||
efficient-boot-0.6.0
|
|||
0.5.x |
efficient-boot-0.5.6
|
||
0.4.x |
efficient-boot-0.4.6
|
||
efficient-boot-0.4.3
|
|||
0.3.x |
efficient-boot-0.3.2
|
||
0.2.x |
efficient-boot-0.2.2
|
||
efficient-boot-0.2.1
|
|||
efficient-boot-0.2.0
|
|||
0.1.x |
efficient-boot-0.1.0
|
||
0.0.x |
efficient-boot-0.0.2
|
||
efficient-boot-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>top.tanmw</groupId>
<artifactId>efficient-boot</artifactId>
<version>0.8.2</version>
</dependency>
Advertisement