How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.objectweb.fractal.cecilia</groupId>
<artifactId>runtime</artifactId>
<version>2.1.0</version>
</dependency>
Choose a version of org.objectweb.fractal.cecilia : runtime to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
runtime-2.1.0
|
||
2.1 |
runtime-2.1-start-8763
|
||
runtime-2.1-start-8605
|
|||
runtime-2.1-start-8599
|
|||
2.0.x |
runtime-2.0.4
|
||
runtime-2.0.3
|
|||
runtime-2.0.2
|
|||
runtime-2.0.1
|
|||
2.0 |
runtime-2.0
|
||
runtime-2.0-beta-3
|
|||
runtime-2.0-beta-2
|
|||
runtime-2.0-beta-1
|
|||
runtime-2.0-alpha-5
|
|||
runtime-2.0-alpha-4
|
|||
runtime-2.0-alpha-3
|
|||
runtime-2.0-alpha-2
|
|||
runtime-2.0-alpha-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.objectweb.fractal.cecilia</groupId>
<artifactId>runtime</artifactId>
<version>2.1.0</version>
</dependency>
Advertisement