How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.iot.m2m</groupId>
<artifactId>splot-parent</artifactId>
<version>0.02.00</version>
</dependency>
Choose a version of com.google.iot.m2m : splot-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.02.x |
splot-parent-0.02.00
|
||
0.01.x |
splot-parent-0.01.00
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.iot.m2m</groupId>
<artifactId>splot-parent</artifactId>
<version>0.02.00</version>
</dependency>
Advertisement