GroupId | GroupIdorg.springframework.integration |
---|---|
ArtifactId | ArtifactIdspring-integration-core |
Version | Version5.2.11.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-core/ -->
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>5.2.11.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-core/
implementation 'org.springframework.integration:spring-integration-core:5.2.11.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-core/
implementation ("org.springframework.integration:spring-integration-core:5.2.11.RELEASE")
'org.springframework.integration:spring-integration-core:jar:5.2.11.RELEASE'
<dependency org="org.springframework.integration" name="spring-integration-core" rev="5.2.11.RELEASE">
<artifact name="spring-integration-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-core', version='5.2.11.RELEASE')
)
libraryDependencies += "org.springframework.integration" % "spring-integration-core" % "5.2.11.RELEASE"
[org.springframework.integration/spring-integration-core "5.2.11.RELEASE"]