How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.objectweb.fractal.juliac.petals</groupId>
<artifactId>juliac-petals-parent</artifactId>
<version>2.2.5.1</version>
</dependency>
Choose a version of org.objectweb.fractal.juliac.petals : juliac-petals-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
juliac-petals-parent-2.2.5.1
|
||
juliac-petals-parent-2.2.5
|
|||
juliac-petals-parent-2.2.4
|
|||
juliac-petals-parent-2.2.3
|
|||
juliac-petals-parent-2.2.2
|
|||
juliac-petals-parent-2.2.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.objectweb.fractal.juliac.petals</groupId>
<artifactId>juliac-petals-parent</artifactId>
<version>2.2.5.1</version>
</dependency>
Advertisement