Created
November 19, 2018 15:30
-
-
Save minhoryang/af4112f5b18642a6b9683d73ab6e5ed4 to your computer and use it in GitHub Desktop.
classname으로 maven group/artifact id를 찾고싶다면?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. https://jar-download.com/ | |
맨 처음 찾은 것. | |
딱봐도 url 부터 위험하게 생김. 믿지말고, 결과도 이상함 | |
2. https://search.maven.org/search?q=fc:org.apache.hadoop.hive.ql.udf.generic | |
maven 자체 검색엔진 | |
3. sonatype nexus | |
https://repository.sonatype.org/ (Sonatype RSO) | |
https://oss.sonatype.org/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment