Created
August 30, 2018 19:03
-
-
Save falkreon/742a7e70682aec12d6be97dd356eb6b3 to your computer and use it in GitHub Desktop.
endless.blue option for Jankson dependency resolution
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
repositories { | |
ivy { | |
name "endless.blue dependency mirror"; | |
artifactPattern "https://endless.blue/files/ivy/[module]-[revision].[ext]"; | |
} | |
} | |
dependencies { | |
compile "blue.endless:Jankson:0.0.4"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment