How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.nexitia.emaginplatform</groupId>
<artifactId>emagin-jfxcore</artifactId>
<version>11.0.3</version>
</dependency>
Choose a version of com.nexitia.emaginplatform : emagin-jfxcore to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
11.0.x |
emagin-jfxcore-11.0.3
|
||
emagin-jfxcore-11.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.nexitia.emaginplatform</groupId>
<artifactId>emagin-jfxcore</artifactId>
<version>11.0.3</version>
</dependency>
Advertisement