Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 0.8.2, 0.8.5
-
Fix Version/s: None
-
Component/s: Dependencies
-
Labels:None
-
Environment:Groovy (1.7) script using @Grab
-
Number of attachments :
Description
The following should work, but fails:
@Grab('org.codehaus:gldapo:0.8.2')
import gldapo.Gldapo
The error is:
java.lang.RuntimeException: Error grabbing Grapes – unresolved dependency: com.ldaley#injecto;0.7: not found
Will get it available. In the meantime you can grab the source from http://github.com/alkemist/Injecto and mvn install.