How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>it.uniroma2.art.semanticturkey</groupId>
<artifactId>st-firefox-ext</artifactId>
<version>0.12</version>
</dependency>
Choose a version of it.uniroma2.art.semanticturkey : st-firefox-ext to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.12 |
st-firefox-ext-0.12
|
||
0.11 |
st-firefox-ext-0.11
|
||
0.10 |
st-firefox-ext-0.10
|
POM as dependency in dependencyManagement
<dependency>
<groupId>it.uniroma2.art.semanticturkey</groupId>
<artifactId>st-firefox-ext</artifactId>
<version>0.12</version>
</dependency>
Advertisement