<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>json-command-servlet</artifactId>
<version>1.3.2</version>
</dependency>
@Grapes(
@Grab(group='com.cedarsoftware', module='json-command-servlet', version='1.3.2')
)
compile
|-- org.codehaus.groovy:groovy-all:2.4.7
|-- org.apache.logging.log4j:log4j-api:2.5
|-- org.apache.logging.log4j:log4j-core:2.5
|-- com.cedarsoftware:java-util:1.24.0
|-- com.cedarsoftware:json-io:4.7.0
|-- com.cedarsoftware:n-cube:3.4.88
|-- org.springframework:spring-context:4.3.1.RELEASE
|-- org.springframework:spring-web:4.3.1.RELEASE
provided
|-- javax.servlet:javax.servlet-api:3.1.0
test
|-- junit:junit:4.12