How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>librespot-java</artifactId>
<version>1.6.3</version>
</dependency>
Choose a version of xyz.gianlu.librespot : librespot-java to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6.x |
librespot-java-1.6.3
|
||
librespot-java-1.6.2
|
|||
librespot-java-1.6.1
|
|||
librespot-java-1.6.0
|
|||
1.5.x |
librespot-java-1.5.5
|
||
librespot-java-1.5.4
|
|||
librespot-java-1.5.3
|
|||
librespot-java-1.5.2
|
|||
librespot-java-1.5.1
|
|||
librespot-java-1.5.0
|
|||
1.4.x |
librespot-java-1.4.0
|
||
1.3.x |
librespot-java-1.3.1
|
||
librespot-java-1.3.0
|
|||
1.2.x |
librespot-java-1.2.2
|
||
librespot-java-1.2.1
|
|||
librespot-java-1.2.0
|
|||
1.1.x |
librespot-java-1.1.0
|
||
1.0.x |
librespot-java-1.0.0
|
||
0.6.x |
librespot-java-0.6.2
|
||
librespot-java-0.6.1
|
|||
0.5.x |
librespot-java-0.5.2
|
||
librespot-java-0.5.1
|
|||
librespot-java-0.5.0
|
|||
0.4.x |
librespot-java-0.4.0
|
||
0.3.x |
librespot-java-0.3.0
|
||
0.2.x |
librespot-java-0.2.0
|
||
0.1.x |
librespot-java-0.1.3
|
||
librespot-java-0.1.2
|
|||
librespot-java-0.1.1
|
|||
librespot-java-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>xyz.gianlu.librespot</groupId>
<artifactId>librespot-java</artifactId>
<version>1.6.3</version>
</dependency>
Advertisement