How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>dev.denwav.hypo</groupId>
<artifactId>hypo-platform</artifactId>
<version>2.3.0</version>
</dependency>
Choose a version of dev.denwav.hypo : hypo-platform to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
hypo-platform-2.3.0
|
||
2.2.x |
hypo-platform-2.2.1
|
||
hypo-platform-2.2.0
|
|||
2.1.x |
hypo-platform-2.1.0
|
||
2.0.x |
hypo-platform-2.0.0
|
||
1.2.x |
hypo-platform-1.2.7
|
||
hypo-platform-1.2.6
|
|||
hypo-platform-1.2.5
|
|||
hypo-platform-1.2.4
|
|||
hypo-platform-1.2.3
|
|||
hypo-platform-1.2.2
|
|||
hypo-platform-1.2.1
|
|||
hypo-platform-1.2.0
|
|||
1.1.x |
hypo-platform-1.1.0
|
||
1.0.x |
hypo-platform-1.0.2
|
||
hypo-platform-1.0.1
|
|||
hypo-platform-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>dev.denwav.hypo</groupId>
<artifactId>hypo-platform</artifactId>
<version>2.3.0</version>
</dependency>
Advertisement