How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.highway2urhell</groupId>
<artifactId>h2hell-distribution</artifactId>
<version>1.0.5</version>
</dependency>
Choose a version of com.highway2urhell : h2hell-distribution to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
h2hell-distribution-1.0.5
|
||
h2hell-distribution-1.0.4
|
|||
h2hell-distribution-1.0.3
|
|||
h2hell-distribution-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.highway2urhell</groupId>
<artifactId>h2hell-distribution</artifactId>
<version>1.0.5</version>
</dependency>
Advertisement