How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.sarl.lang</groupId>
<artifactId>sarl-lang</artifactId>
<version>0.13.0</version>
</dependency>
Choose a version of io.sarl.lang : sarl-lang to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.13.x |
sarl-lang-0.13.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.sarl.lang</groupId>
<artifactId>sarl-lang</artifactId>
<version>0.13.0</version>
</dependency>
Advertisement