Created
August 31, 2016 02:19
-
-
Save knjname/6526a67867c5959c48abed34237d37ba to your computer and use it in GitHub Desktop.
A groovy grab example that imports dependencies from an external repository.
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
@GrabResolver(name = 'jitpack.io', root = 'https://jitpack.io') | |
@Grab('com.github.baloise:rocket-chat-rest-client:master-8a410650b3-1') | |
import com.github.baloise.rocketchatrestclient.* | |
import com.github.baloise.rocketchatrestclient.model.* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment