How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>business</artifactId>
<version>financial</version>
</dependency>
Choose a version of com.cedarsoft : business to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.9.x |
business-8.9.0
|
||
8.8.x |
business-8.8.1
|
||
business-8.8.0
|
|||
8.7.x |
business-8.7.0
|
||
8.5.x |
business-8.5.1
|
||
business-8.5.0
|
|||
8.4.x |
business-8.4.0
|
||
8.3.x |
business-8.3.1
|
||
business-8.3.0
|
|||
8.2.x |
business-8.2.1
|
||
business-8.2.0
|
|||
8.1.x |
business-8.1.1
|
||
business-8.1.0
|
|||
1.0.x |
business-1.0.2
|
||
business-1.0.1
|
|||
business-1.0.0
|
|||
financial |
business-financial
|
||
business |
business-business
|
||
locations |
business-locations
|
||
dependencies |
business-dependencies
|
||
contact |
business-contact
|
||
db |
business-db
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>business</artifactId>
<version>financial</version>
</dependency>
Advertisement