公告
财富商城
积分规则
提问
发文
2019-02-13 02:49发布
贼婆χ
I can't seem to find apache common logging when using eclipse w/maven2 plugin.
I need it for spring3 mvc apparently.
Do you know that the m2eclipse plugin can search some indexed repositories, like central? For example, if you right-click on your project and go to Maven > Add Dependency, you can use it like this:
alt text http://img96.imageshack.us/img96/4220/screenshotaffffdependency.png
And this will add this to your pom:
<dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.1</version> </dependency>
Another option is to use one of the numerous repository search engine, for example:
http://search.maven.org/#artifactdetails|commons-logging|commons-logging|1.1.1|jar
最多设置5个标签!
Do you know that the m2eclipse plugin can search some indexed repositories, like central? For example, if you right-click on your project and go to Maven > Add Dependency, you can use it like this:
alt text http://img96.imageshack.us/img96/4220/screenshotaffffdependency.png
And this will add this to your pom:
Another option is to use one of the numerous repository search engine, for example:
http://search.maven.org/#artifactdetails|commons-logging|commons-logging|1.1.1|jar