Skip to content

Instantly share code, notes, and snippets.

@jamescookie
Created August 13, 2013 07:59
Show Gist options
  • Save jamescookie/6218855 to your computer and use it in GitHub Desktop.
Save jamescookie/6218855 to your computer and use it in GitHub Desktop.
Use Grab in groovy console
@Grab(group='joda-time', module='joda-time', version='2.0')
public class UsedToExposeAnnotationToComplier {}
import org.joda.time.*
[new LocalTime(8,0),new LocalTime(7,0)].min()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment