How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.ishmael</groupId>
<artifactId>ishmael-lite</artifactId>
<version>1.0.6</version>
</dependency>
Choose a version of org.ow2.ishmael : ishmael-lite to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
ishmael-lite-1.0.6
|
||
ishmael-lite-1.0.5
|
|||
ishmael-lite-1.0.4
|
|||
ishmael-lite-1.0.3
|
|||
ishmael-lite-1.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.ishmael</groupId>
<artifactId>ishmael-lite</artifactId>
<version>1.0.6</version>
</dependency>
Advertisement