How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.coherentlogic.wb</groupId>
<artifactId>client</artifactId>
<version>wb-client-db-int</version>
</dependency>
Choose a version of com.coherentlogic.wb : client to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
client-2.0.3-RELEASE
|
||
client-2.0.0-RELEASE
|
|||
1.0.x |
client-1.0.6-RELEASE
|
||
client-1.0.5-RELEASE
|
|||
client-1.0.4-RELEASE
|
|||
client-1.0.3-RELEASE
|
|||
client-1.0.2-RELEASE
|
|||
client-1.0.1-RELEASE
|
|||
0.9.x |
client-0.9.2
|
||
client-0.9.1
|
|||
client-0.9.0
|
|||
0.8.x |
client-0.8.4
|
||
client-0.8.3
|
|||
client-0.8.2
|
|||
client-0.8.1
|
|||
client-0.8.0
|
|||
wb |
client-wb-client-db-int
|
||
client-wb-client-core
|
|||
client-wb-client-core-it
|
|||
client-wb-client-webstart-application
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.coherentlogic.wb</groupId>
<artifactId>client</artifactId>
<version>wb-client-db-int</version>
</dependency>
Advertisement