How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-i18n</artifactId>
<version>0.0.1</version>
</dependency>
Choose a version of io.github.microsphere-projects : microsphere-i18n to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
microsphere-i18n-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-i18n</artifactId>
<version>0.0.1</version>
</dependency>
Advertisement