<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.0.7.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-core', version='5.0.7.RELEASE')
)
compile
|-- io.netty:netty-buffer:4.1.25.Final
|-- io.projectreactor:reactor-core:3.1.8.RELEASE
|-- io.reactivex.rxjava2:rxjava:2.1.14
|-- io.reactivex:rxjava-reactive-streams:1.2.1
|-- net.sf.jopt-simple:jopt-simple:5.0.4
|-- org.aspectj:aspectjweaver:1.8.13
|-- org.jetbrains.kotlin:kotlin-reflect:1.2.41