I can't seem to find apache common logging when using eclipse w/maven2 plugi开发者_如何转开发n.
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:

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
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论