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