<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-web-common</artifactId>
<version>2022.2.9</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-web-common', version='2022.2.9')
)
compile
|-- org.codehaus.groovy:groovy:3.0.23
|-- org.graceframework:grace-api:2022.2.9
|-- org.graceframework:grace-core:2022.2.9
|-- org.graceframework:grace-databinding:2022.2.9
|-- org.graceframework:grace-encoder:2022.2.9
|-- org.graceframework:grace-util:2022.2.9
|-- org.graceframework:grace-gsp:2022.2.9
|-- javax.servlet:javax.servlet-api:4.0.1
|-- org.codehaus.groovy:groovy-templates:3.0.23
|-- org.springframework:spring-context-support:5.3.39
|-- org.springframework:spring-webmvc:5.3.39
runtime