How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.formulasearchengine.mathmltools</groupId>
<artifactId>mathmltools</artifactId>
<version>2.0.5</version>
</dependency>
Choose a version of com.formulasearchengine.mathmltools : mathmltools to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
mathmltools-2.0.5
|
||
mathmltools-2.0.4
|
|||
mathmltools-2.0.3
|
|||
mathmltools-2.0.2
|
|||
mathmltools-2.0.1
|
|||
mathmltools |
mathmltools-mathmltools-2.0.2
|
||
v2.0.x |
mathmltools-v2.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.formulasearchengine.mathmltools</groupId>
<artifactId>mathmltools</artifactId>
<version>2.0.5</version>
</dependency>
Advertisement