<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-event</artifactId>
<version>2.0.5.RELEASE</version>
</dependency>
implementation 'org.springframework.integration:spring-integration-event:2.0.5.RELEASE'
implementation("org.springframework.integration:spring-integration-event:2.0.5.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-event" % "2.0.5.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-event', version='2.0.5.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-event" rev="2.0.5.RELEASE" />
compile
|-- org.springframework:spring-context:3.0.5.RELEASE
|-- org.springframework.integration:spring-integration-core:2.0.5.RELEASE
test
|-- org.easymock:easymockclassextension:2.3
|-- org.springframework.integration:spring-integration-test:2.0.5.RELEASE
|-- org.hamcrest:hamcrest-all:1.1
|-- org.springframework:spring-test:3.0.5.RELEASE