Skip to content

Instantly share code, notes, and snippets.

@knjname
Created August 31, 2016 02:19
Show Gist options
  • Save knjname/6526a67867c5959c48abed34237d37ba to your computer and use it in GitHub Desktop.
Save knjname/6526a67867c5959c48abed34237d37ba to your computer and use it in GitHub Desktop.
A groovy grab example that imports dependencies from an external repository.
@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