How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-website</artifactId>
<version>1.11</version>
</dependency>
Choose a version of org.fusesource.hawtjni : hawtjni-website to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.11 |
hawtjni-website-1.11
|
||
1.10 |
hawtjni-website-1.10
|
||
1.9 |
hawtjni-website-1.9
|
||
1.8 |
hawtjni-website-1.8
|
||
1.7 |
hawtjni-website-1.7
|
||
1.6 |
hawtjni-website-1.6
|
||
1.5 |
hawtjni-website-1.5
|
||
1.4 |
hawtjni-website-1.4
|
||
1.3 |
hawtjni-website-1.3
|
||
1.2 |
hawtjni-website-1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-website</artifactId>
<version>1.11</version>
</dependency>
Advertisement