Advertisement
akSource

PotionExtensionの依存をmavenリポジトリ指定でやる方法?

Sep 12th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.24 KB | None | 0 0
  1. repositories {
  2.     maven {
  3.         name = "potionextension"//おそらく被らなければ何でも良い。
  4.         url = "http://aksource.github.io/maven/"
  5.     }
  6. }
  7. dependencies {
  8.   compile 'com.ak:PotionExtension:1.7.10-1.1.1'
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement