<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-web-common</artifactId>
<version>2020.0.0</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-web-common', version='2020.0.0')
)
compile
|-- javax.servlet:javax.servlet-api:4.0.1
|-- org.springframework:spring-test:5.3.19
|-- org.codehaus.groovy:groovy:3.0.7
|-- org.slf4j:slf4j-api:1.7.36
|-- org.slf4j:jcl-over-slf4j:1.7.36
|-- org.graceframework:grace-core:2020.0.0
|-- org.graceframework:grace-databinding:2020.0.0
|-- org.graceframework:grace-encoder:2020.0.0
|-- org.grails:grails-gsp:5.1.0
|-- org.codehaus.groovy:groovy-templates:3.0.7
|-- org.springframework:spring-webmvc:5.3.19
|-- org.springframework:spring-context-support:5.3.19
runtime