How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.talend.sdk.component</groupId>
<artifactId>component-bom</artifactId>
<version>1.60.0</version>
</dependency>
Choose a version of org.talend.sdk.component : component-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
10.57.x |
component-bom-10.57.0
|
||
1.60.x |
component-bom-1.60.0
|
||
1.59.x |
component-bom-1.59.0
|
||
1.58.x |
component-bom-1.58.0
|
||
1.57.x |
component-bom-1.57.2
|
||
component-bom-1.57.1
|
|||
component-bom-1.57.0
|
|||
1.56.x |
component-bom-1.56.3
|
||
component-bom-1.56.2
|
|||
component-bom-1.56.1
|
|||
component-bom-1.56.0
|
|||
1.55.x |
component-bom-1.55.2
|
||
component-bom-1.55.1
|
|||
component-bom-1.55.0
|
|||
1.54.x |
component-bom-1.54.1
|
||
component-bom-1.54.0
|
|||
1.53.x |
component-bom-1.53.1
|
||
component-bom-1.53.0
|
|||
1.52.x |
component-bom-1.52.1
|
||
component-bom-1.52.0
|
|||
1.51.x |
component-bom-1.51.4
|
||
component-bom-1.51.3
|
|||
component-bom-1.51.2
|
|||
component-bom-1.51.1
|
|||
component-bom-1.51.0
|
|||
1.50.x |
component-bom-1.50.4
|
||
component-bom-1.50.3
|
|||
component-bom-1.50.2
|
|||
component-bom-1.50.1
|
|||
component-bom-1.50.0
|
|||
1.49.x |
component-bom-1.49.1
|
||
component-bom-1.49.0
|
|||
1.48.x |
component-bom-1.48.1
|
||
component-bom-1.48.0
|
|||
1.47.x |
component-bom-1.47.1
|
||
component-bom-1.47.0
|
|||
1.46.x |
component-bom-1.46.1
|
||
component-bom-1.46.0
|
|||
1.45.x |
component-bom-1.45.2
|
||
component-bom-1.45.1
|
|||
component-bom-1.45.0
|
|||
1.44.x |
component-bom-1.44.3
|
||
component-bom-1.44.2
|
|||
component-bom-1.44.1
|
|||
component-bom-1.44.0
|
|||
1.43.x |
component-bom-1.43.1
|
||
component-bom-1.43.0
|
|||
1.42.x |
component-bom-1.42.0
|
||
1.41.x |
component-bom-1.41.1
|
||
component-bom-1.41.0
|
|||
1.40.x |
component-bom-1.40.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.talend.sdk.component</groupId>
<artifactId>component-bom</artifactId>
<version>1.60.0</version>
</dependency>
Advertisement