<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-plugin-gsp</artifactId>
<version>2022.2.6</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-plugin-gsp', version='2022.2.6')
)
compile
|-- org.codehaus.groovy:groovy:3.0.21
|-- org.slf4j:slf4j-api:1.7.36
|-- org.slf4j:jcl-over-slf4j:1.7.36
|-- commons-lang:commons-lang:2.6
|-- org.graceframework:grace-core:2022.2.6
|-- org.graceframework:grace-plugin-api:2022.2.6
|-- org.graceframework:grace-plugin-codecs:2022.2.6
|-- org.graceframework:grace-web-mvc:2022.2.6
|-- org.graceframework:grace-web-url-mappings:2022.2.6
|-- org.graceframework:grace-web-gsp-taglib:2022.2.6
|-- org.springframework.boot:spring-boot-autoconfigure:2.7.18
runtime