jitpack

    2熱度

    1回答

    Error:(41, 13) Failed to resolve: com.rarepebble:colorpicker:1.6.0 and Error:(42, 13) Failed to resolve: com.vstechlab.easyfonts:easyfonts:1.0.0 and Error:(40, 13) Failed to resolve: petrov.kristiyan.

    0熱度

    1回答

    我想用https://github.com/liquibase/liquibase版本3.5.0-SNAPSHOT 我已經添加在pom.xml中 <dependency> <groupId>liquibase</groupId> <artifactId>liquibase-core</artifactId> <version>3.5.0-SNAPSHOT<

    1熱度

    1回答

    是否可以配置JitPack來獲取最新版本?或者,我需要手動創建發佈嗎? GitHub上有一個simple process得到最新的: On GitHub, navigate to the main page of the repository. Releases tabUnder your repository name, click Releases. Latest release ta

    2熱度

    1回答

    我嘗試在我的項目中包含kaltura/player-sdk-native-android庫。 kaltura dosn't在maven提供了一個編譯版本。所以我試着通過jitpack.io allprojects { repositories { jcenter() maven { url 'https://jitpack.io' } } } de

    0熱度

    1回答

    其實我一直在試圖導入另一個gradle這個項目是從GitHub庫,我知道有兩種方法可以做到這一點通過添加鏈接到在建的依賴 1) .gradle文件 這種方法給了很多錯誤 2)手動下載庫並將其導入爲模塊,然後添加依賴 ,我莫名其妙地用第二種方法成功.. 後gradle這個同步正常工作,但同時運行的應用程序也給出了一些的bizzare類似錯誤 錯誤:(23,0)未找到搖籃DSL方法: 'ompile(

    1熱度

    1回答

    我導入了Android Studio項目,但被卡住了這個錯誤。 我甚至更新了我的SDK和gradle build 錯誤:配置項目':app'時發生問題。 Could not resolve all dependencies for configuration ':app:_debugCompile'. Could not find com.afollestad:material-dialogs:0

    3熱度

    1回答

    我有一個公共GitHub存儲庫與Maven託管項目。我使用JitPack作爲Maven回購來部署神器版本,它的功能就像一個魅力。 但是,我不知道如何使用sources分類器添加新的工件。有人知道如何去做?

    1熱度

    2回答

    試圖安裝MPAndroidChart時,我試圖按照Readme中的說明將庫添加爲gradle依賴項。 編輯: 我沒有編輯我的應用程序目錄中的top-level build.grade file,只有build.gradle文件。後者是這樣的: apply plugin: 'com.android.application' android { compileSdkVersion 23

    1熱度

    1回答

    我正在開發一個Android項目,我使用Github的MPChart庫。 現在我的項目中有一個文件夾,裏面包含了庫的所有源代碼,但我想用Gradle加載它。 我發現了一個工具來獲得一個Git倉庫到您的構建被稱爲JitPack(jitpack.io) 所以我加入這行到我的build.gradle文件: dependencies { compile 'com.github.PhilJay:

    2熱度

    1回答

    我正試圖使用​​Jitpack發佈一個庫。默認情況下,groupId設置爲com.github.username.repo,但我希望它是com.mydomain.libs。 The official docs說,對,我需要 添加映射git.yourcompany.com到https://github.com/yourcompany 什麼,這實際上意味着一個DNS TXT記錄?我應該在github上