How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.sonallux.spotify</groupId>
<artifactId>spotify-web-api-parent</artifactId>
<version>2022.7.6</version>
</dependency>
Choose a version of de.sonallux.spotify : spotify-web-api-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2022.7.x |
spotify-web-api-parent-2022.7.6
|
||
2022.6.x |
spotify-web-api-parent-2022.6.26
|
||
2022.4.x |
spotify-web-api-parent-2022.4.14
|
||
2022.3.x |
spotify-web-api-parent-2022.3.23
|
||
2022.2.x |
spotify-web-api-parent-2022.2.6
|
||
2021.10.x |
spotify-web-api-parent-2021.10.17
|
||
2021.8.x |
spotify-web-api-parent-2021.8.23
|
||
spotify-web-api-parent-2021.8.15
|
|||
2021.7.x |
spotify-web-api-parent-2021.7.20
|
||
2021.6.x |
spotify-web-api-parent-2021.6.30
|
||
spotify-web-api-parent-2021.6.18
|
|||
spotify-web-api-parent-2021.6.17
|
|||
spotify-web-api-parent-2021.6.8-beta.0
|
|||
spotify-web-api-parent-2021.6.4
|
|||
2021.5.x |
spotify-web-api-parent-2021.5.1
|
||
2021.4.x |
spotify-web-api-parent-2021.4.28
|
||
spotify-web-api-parent-2021.4.19
|
|||
spotify-web-api-parent-2021.4.14
|
|||
spotify-web-api-parent-2021.4.10
|
|||
spotify-web-api-parent-2021.4.5
|
|||
spotify-web-api-parent-2021.4.2
|
|||
2021.3.x |
spotify-web-api-parent-2021.3.31
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.sonallux.spotify</groupId>
<artifactId>spotify-web-api-parent</artifactId>
<version>2022.7.6</version>
</dependency>
Advertisement