<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-plugin-datasource</artifactId>
<version>2023.1.0-RC1</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-plugin-datasource', version='2023.1.0-RC1')
)
<dependency org="org.graceframework" name="grace-plugin-datasource" rev="2023.1.0-RC1" />
compile
|-- org.apache.groovy:groovy:4.0.24
|-- org.graceframework:grace-core:2023.1.0-RC1
|-- org.graceframework:grace-plugin-api:2023.1.0-RC1
|-- org.graceframework:grace-spring-boot:2023.1.0-RC1
|-- org.graceframework:grace-datastore-core:2023.1.0-RC1
|-- org.graceframework:grace-datastore-gorm:2023.1.0-RC1
|-- org.apache.groovy:groovy-sql:4.0.24
|-- org.springframework.boot:spring-boot-autoconfigure:3.1.12
|-- org.springframework:spring-context:6.0.23
|-- org.springframework:spring-jdbc:6.0.23
runtime