File | Operation |
---|---|
spring-integration-parent-1.0.2.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-parent</artifactId>
<version>1.0.2.RELEASE</version>
<type>pom</type>
</dependency>
implementation 'org.springframework.integration:spring-integration-parent:1.0.2.RELEASE'
implementation("org.springframework.integration:spring-integration-parent:1.0.2.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-parent" % "1.0.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-parent', version='1.0.2.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-parent" rev="1.0.2.RELEASE" />