How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ninja.eivind.hots</groupId>
<artifactId>hots-parsing</artifactId>
<version>0.4.0.RELEASE</version>
</dependency>
Choose a version of ninja.eivind.hots : hots-parsing to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.4.x |
hots-parsing-0.4.0.RELEASE
|
||
0.3.x |
hots-parsing-0.3.0.RELEASE
|
||
0.2.x |
hots-parsing-0.2.0.RELEASE
|
||
0.1.x |
hots-parsing-0.1.2.RELEASE
|
||
hots-parsing-0.1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ninja.eivind.hots</groupId>
<artifactId>hots-parsing</artifactId>
<version>0.4.0.RELEASE</version>
</dependency>
Advertisement