How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin-with-example</artifactId>
<version>0.0.3</version>
</dependency>
Choose a version of com.github.eirslett : frontend-maven-plugin-with-example to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
frontend-maven-plugin-with-example-0.0.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin-with-example</artifactId>
<version>0.0.3</version>
</dependency>
Advertisement