在Maven项目中使用第三方jar包

今天在maven项目中须要使用到ojdbc14.jar,在pom.xml中加入html <dependency> <groupId>ojdbc</groupId> <artifactId>ojdbc</artifactId> <version>14</version> </dependency> 可是编译出错,提示“Missing artifact ojdbc:ojdbc:jar:14”,查
相关文章
相关标签/搜索