How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar</artifactId>
<version>5.0.1</version>
</dependency>
Choose a version of com.soartech : jsoar to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.0.x |
jsoar-5.0.1
|
||
jsoar-5.0.0
|
|||
4.1.x |
jsoar-4.1.3
|
||
jsoar-4.1.2
|
|||
jsoar-4.1.1
|
|||
jsoar-4.1.0
|
|||
4.0.x |
jsoar-4.0.3
|
||
jsoar-4.0.2
|
|||
jsoar-4.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar</artifactId>
<version>5.0.1</version>
</dependency>
Advertisement