How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.khubla.antlr4formatter</groupId>
<artifactId>antlr4-formatter-parent</artifactId>
<version>1.2.1</version>
</dependency>
Choose a version of com.khubla.antlr4formatter : antlr4-formatter-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
antlr4-formatter-parent-1.2.1
|
||
1.1.x |
antlr4-formatter-parent-1.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.khubla.antlr4formatter</groupId>
<artifactId>antlr4-formatter-parent</artifactId>
<version>1.2.1</version>
</dependency>
Advertisement