<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.0.17.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-core', version='5.0.17.RELEASE')
)
compile
|-- org.springframework:spring-jcl:5.0.17.RELEASE
|-- io.netty:netty-buffer:4.1.39.Final
|-- io.projectreactor:reactor-core:3.1.16.RELEASE
|-- io.reactivex.rxjava2:rxjava:2.1.17
|-- io.reactivex:rxjava-reactive-streams:1.2.1
|-- net.sf.jopt-simple:jopt-simple:5.0.4
|-- org.aspectj:aspectjweaver:1.8.14