GroupId | GroupIdorg.springframework.integration |
---|---|
ArtifactId | ArtifactIdspring-integration-adapter |
Version | Version1.0.4.RELEASE |
Type | Typejar |
Description |
DescriptionSpring Integration Adapters
Spring Integration parent project. Defines dependencies and common configuration for
the build process.
|
<!-- https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-adapter/ -->
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-adapter</artifactId>
<version>1.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-adapter/
implementation 'org.springframework.integration:spring-integration-adapter:1.0.4.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-adapter/
implementation ("org.springframework.integration:spring-integration-adapter:1.0.4.RELEASE")
'org.springframework.integration:spring-integration-adapter:jar:1.0.4.RELEASE'
<dependency org="org.springframework.integration" name="spring-integration-adapter" rev="1.0.4.RELEASE">
<artifact name="spring-integration-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-adapter', version='1.0.4.RELEASE')
)
libraryDependencies += "org.springframework.integration" % "spring-integration-adapter" % "1.0.4.RELEASE"
[org.springframework.integration/spring-integration-adapter "1.0.4.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 2.5.6 |
org.springframework.integration : spring-integration-core | jar | 1.0.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |