How to properly specify jcenter repository in maven config?

后端 未结 3 1415
迷失自我
迷失自我 2021-02-13 01:44

In Gradle, I need simply add:

  repositories {  
   jcenter()  
  }

What is the simplest and proper way to do the same in maven pom.xml or wher

3条回答
  •  -上瘾入骨i
    2021-02-13 02:42

    The official documentation from JFrog JCenter is in: https://bintray.com/bintray/jcenter

    Hit the SET ME UP! button on the upper right corner.

提交回复
热议问题