How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.linkedin.transport</groupId>
<artifactId>transportable-udfs-trino-plugin</artifactId>
<version>0.1.5</version>
</dependency>
Choose a version of com.linkedin.transport : transportable-udfs-trino-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
transportable-udfs-trino-plugin-0.1.5
|
||
transportable-udfs-trino-plugin-0.1.4
|
|||
transportable-udfs-trino-plugin-0.1.3
|
|||
transportable-udfs-trino-plugin-0.1.2
|
|||
transportable-udfs-trino-plugin-0.1.1
|
|||
transportable-udfs-trino-plugin-0.1.0
|
|||
0.0.x |
transportable-udfs-trino-plugin-0.0.94
|
||
transportable-udfs-trino-plugin-0.0.93
|
|||
transportable-udfs-trino-plugin-0.0.92
|
|||
transportable-udfs-trino-plugin-0.0.91
|
|||
transportable-udfs-trino-plugin-0.0.89
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.linkedin.transport</groupId>
<artifactId>transportable-udfs-trino-plugin</artifactId>
<version>0.1.5</version>
</dependency>
Advertisement