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