How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.aoindustries</groupId>
<artifactId>ao-fluent-html-util</artifactId>
<version>0.5.0</version>
</dependency>
Choose a version of com.aoindustries : ao-fluent-html-util to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5.x |
ao-fluent-html-util-0.5.0
|
||
0.4.x |
ao-fluent-html-util-0.4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.aoindustries</groupId>
<artifactId>ao-fluent-html-util</artifactId>
<version>0.5.0</version>
</dependency>
Advertisement