How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.muff1nman.chameleon</groupId>
<artifactId>playlists</artifactId>
<version>1.2.1-RELEASE</version>
</dependency>
Choose a version of com.github.muff1nman.chameleon : playlists to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
playlists-1.2.1-RELEASE
|
||
playlists-1.2.0-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.muff1nman.chameleon</groupId>
<artifactId>playlists</artifactId>
<version>1.2.1-RELEASE</version>
</dependency>
Advertisement