How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.mfornos</groupId>
<artifactId>humanize</artifactId>
<version>1.2.2</version>
</dependency>
Choose a version of com.github.mfornos : humanize to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
humanize-1.2.2
|
||
humanize-1.2.1
|
|||
humanize-1.2.0
|
|||
1.1.x |
humanize-1.1.5
|
||
humanize-1.1.4
|
|||
humanize-1.1.3
|
|||
humanize-1.1.2
|
|||
humanize-1.1.1
|
|||
1.0.x |
humanize-1.0.0
|
||
0.1.x |
humanize-0.1.5
|
||
humanize-0.1.4
|
|||
humanize-0.1.3
|
|||
humanize-0.1.2
|
|||
humanize-0.1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.mfornos</groupId>
<artifactId>humanize</artifactId>
<version>1.2.2</version>
</dependency>
Advertisement