How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.arakhne.afc.core</groupId>
<artifactId>maths</artifactId>
<version>17.0</version>
</dependency>
Choose a version of org.arakhne.afc.core : maths to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
17.0 |
maths-17.0
|
||
16.0 |
maths-16.0
|
||
15.2 |
maths-15.2
|
||
15.1 |
maths-15.1
|
||
15.0 |
maths-15.0
|
||
14.0 |
maths-14.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.arakhne.afc.core</groupId>
<artifactId>maths</artifactId>
<version>17.0</version>
</dependency>
Advertisement