Created
August 13, 2013 07:59
-
-
Save jamescookie/6218855 to your computer and use it in GitHub Desktop.
Use Grab in groovy console
This file contains 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
@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