Skip to content

Instantly share code, notes, and snippets.

@kiy0taka
Created March 26, 2011 08:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiy0taka/888124 to your computer and use it in GitHub Desktop.
Save kiy0taka/888124 to your computer and use it in GitHub Desktop.
@GrabResolver(name='seasar.org', root='http://maven.seasar.org/maven2/')
@Grab('net.arnx.jsonic:jsonic:1.2.0')
import net.arnx.jsonic.JSON
println JSON.encode([
name:'Kiyotaka OKu',
tags:['java', 'groovy', 'jenkins']
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment