Spring Integration Adapters

Spring Integration parent project. Defines dependencies and common configuration for the build process.

GroupId

GroupId

org.springframework.integration
ArtifactId

ArtifactId

spring-integration-adapter
Last Version

Last Version

1.0.4.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Integration Adapters
Spring Integration parent project. Defines dependencies and common configuration for the build process.

Download spring-integration-adapter

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework : spring-context jar 2.5.6
org.springframework.integration : spring-integration-core jar 1.0.4.RELEASE

test (1)

Group / Artifact Type Version
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4.RELEASE
1.0.3.RELEASE
1.0.2.SR1
1.0.2.RELEASE
1.0.1.RELEASE