how to check out the right project from maven when I have known the java class

StackOverflow https://stackoverflow.com/questions/23593579

  •  20-07-2023
  •  | 
  •  

문제

For example, I have known that I want to use the class as below: https://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/requestfactory/shared/Receiver.java?r=8808

But I don't know which project should be involved in the pom.xml of my maven project.

And I usually meet similar issue.

Is there any way for me to check the right project when I have got the official doc to specific java class ?

Thanks in advance.

도움이 되었습니까?

해결책

Might be thrash answer, but works good for me: Copy package name to google (or other search engine) and add maven at the end. If it is in maven repo and it wasn't added there few moments ago it should find it.

In you're case it would be serch for "com.google.web.bindery.requestfactory.shared maven".

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top