Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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
256 views