Skip to Main Content

Maven dependency

User_5AJRRJun 3 2022 — edited Jun 3 2022

Hello, Can somebody tell me if it is possible to add maven dependency from command line ? I am not talking about local jar file.
For exemple adding this oracle jdbc library:
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
<version>10.2.0.4.0</version>
</dependency>
from command line

Comments
Post Details
Added on Jun 3 2022
1 comment
24 views