Create a new Kermeta project with the wizard.(see previous tutorials)
In the project.kp, add the following resources
resource groovy = "platform:/plugin/org.kermeta.extra.groovyembedded" alternative "mvn:org.kermeta.extra/groovyembedded/2.0.99-SNAPSHOT" resource groovy_all = "mvn:org.codehaus.groovy/groovy-all/2.1.2"
and the following importProject
importProject groovy importProject groovy_all
This indicates that the wrapper and its bytecode dependencies will be available when compiling and when launching as a standalone kermeta application.