6
Takari | Google is Maven Central's New Best Friend (takari.io)
IngramChen 積分 1

不說這個,什麼時候 android support library 才會上 maven central ?

Blake 積分 1 編輯於
   <settings>
      <mirrors>
        <mirror>
          <id>google-maven-central</id>
          <name>Google Maven Central</name>
          <url>https://maven-central.storage.googleapis.com</url>
          <mirrorOf>central</mirrorOf>
        </mirror>
      </mirrors>
    </settings>

幫補上用法…呵可呵