How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.glavo.hmcl</groupId>
<artifactId>hmcl-stable</artifactId>
<version>3.5.5</version>
</dependency>
Choose a version of org.glavo.hmcl : hmcl-stable to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.5.x |
hmcl-stable-3.5.5
|
||
hmcl-stable-3.5.4
|
|||
hmcl-stable-3.5.3
|
|||
hmcl-stable-3.5.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.glavo.hmcl</groupId>
<artifactId>hmcl-stable</artifactId>
<version>3.5.5</version>
</dependency>
Advertisement