Created
January 12, 2013 23:15
-
-
Save kriegerd/4520965 to your computer and use it in GitHub Desktop.
gradle dependencyInsight --dependency lombok
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
gradle dependencyInsight --dependency lombok | |
:modBase:dependencyInsight | |
Download https://repository.jboss.org/nexus/content/groups/public/org/projectlombok/lombok/0.11.0/lombok-0.11.0.pom | |
org.projectlombok:lombok:0.11.6 | |
org.projectlombok:lombok:0.11.+ -> 0.11.6 | |
\--- compile | |
BUILD SUCCESSFUL | |
Total time: 26.087 secs | |
gradle dependencyInsight --dependency lombok | |
:modBase:dependencyInsight | |
org.projectlombok:lombok:0.11.6 | |
org.projectlombok:lombok:0.11.+ -> 0.11.6 | |
\--- compile | |
BUILD SUCCESSFUL | |
Total time: 7.416 secs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment