Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
installation [2015/11/21 12:33]
127.0.0.1 external edit
installation [2015/11/21 12:36]
poslavskysv [Running Redberry in console script]
Line 38: Line 38:
 You can run Redberry script directly in console. For this wrap your Redberry code like in the following example: You can run Redberry script directly in console. For this wrap your Redberry code like in the following example:
 <sxh groovy; gutter: false> <sxh groovy; gutter: false>
-@Grab(group = '​cc.redberry',​ module = '​groovy',​ version = '1.1.8')+@Grab(group = '​cc.redberry',​ module = '​groovy',​ version = '1.1.9')
 import cc.redberry.groovy.Redberry import cc.redberry.groovy.Redberry
 import static cc.redberry.groovy.RedberryPhysics.* import static cc.redberry.groovy.RedberryPhysics.*