How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jasig.mojo.jspc</groupId>
<artifactId>jspc</artifactId>
<version>2.0.2</version>
</dependency>
Choose a version of org.jasig.mojo.jspc : jspc to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
jspc-2.0.2
|
||
jspc-2.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jasig.mojo.jspc</groupId>
<artifactId>jspc</artifactId>
<version>2.0.2</version>
</dependency>
Advertisement