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