How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>xyz.jsinterop</groupId>
<artifactId>jsinterop-project</artifactId>
<version>0.1.1</version>
</dependency>
Choose a version of xyz.jsinterop : jsinterop-project to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
jsinterop-project-0.1.1
|
||
jsinterop-project-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>xyz.jsinterop</groupId>
<artifactId>jsinterop-project</artifactId>
<version>0.1.1</version>
</dependency>
Advertisement