How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.io7m.kstructural</groupId>
<artifactId>io7m-kstructural</artifactId>
<version>0.3.1</version>
</dependency>
Choose a version of com.io7m.kstructural : io7m-kstructural to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
io7m-kstructural-0.3.1
|
||
io7m-kstructural-0.3.0
|
|||
0.2.x |
io7m-kstructural-0.2.0
|
||
0.1.x |
io7m-kstructural-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.io7m.kstructural</groupId>
<artifactId>io7m-kstructural</artifactId>
<version>0.3.1</version>
</dependency>
Advertisement