<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.2.25.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-core', version='5.2.25.RELEASE')
)
compile