You can download spring-integration-jdbc-4.2.0.release.jar in this page.
The Apache Software License, Version 2.0
spring-integration-jdbc-4.2.0.release.jar file has the following types.
META-INF/MANIFEST.MF META-INF/spring.handlers META-INF/spring.schemas META-INF/spring.tooling org.springframework.integration.jdbc.BeanPropertySqlParameterSourceFactory.class org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory.class org.springframework.integration.jdbc.JdbcMessageHandler.class org.springframework.integration.jdbc.JdbcMessageStore.class org.springframework.integration.jdbc.JdbcOutboundGateway.class org.springframework.integration.jdbc.JdbcPollingChannelAdapter.class org.springframework.integration.jdbc.MessagePreparedStatementSetter.class org.springframework.integration.jdbc.SqlParameterSourceFactory.class org.springframework.integration.jdbc.StoredProcExecutor.class org.springframework.integration.jdbc.StoredProcMessageHandler.class org.springframework.integration.jdbc.StoredProcOutboundGateway.class org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.class org.springframework.integration.jdbc.config.JdbcMessageHandlerParser.class org.springframework.integration.jdbc.config.JdbcMessageStoreParser.class org.springframework.integration.jdbc.config.JdbcNamespaceHandler.class org.springframework.integration.jdbc.config.JdbcOutboundGatewayParser.class org.springframework.integration.jdbc.config.JdbcPollingChannelAdapterParser.class org.springframework.integration.jdbc.config.JdbcTypesEnum.class org.springframework.integration.jdbc.config.StoredProcMessageHandlerParser.class org.springframework.integration.jdbc.config.StoredProcOutboundGatewayParser.class org.springframework.integration.jdbc.config.StoredProcParserUtils.class org.springframework.integration.jdbc.config.StoredProcPollingChannelAdapterParser.class org.springframework.integration.jdbc.store.JdbcChannelMessageStore.class org.springframework.integration.jdbc.store.channel.AbstractChannelMessageStoreQueryProvider.class org.springframework.integration.jdbc.store.channel.ChannelMessageStoreQueryProvider.class org.springframework.integration.jdbc.store.channel.DerbyChannelMessageStoreQueryProvider.class org.springframework.integration.jdbc.store.channel.HsqlChannelMessageStoreQueryProvider.class org.springframework.integration.jdbc.store.channel.MessageRowMapper.class org.springframework.integration.jdbc.store.channel.MySqlChannelMessageStoreQueryProvider.class org.springframework.integration.jdbc.store.channel.OracleChannelMessageStoreQueryProvider.class org.springframework.integration.jdbc.store.channel.PostgresChannelMessageStoreQueryProvider.class org.springframework.integration.jdbc.storedproc.ProcedureParameter.class org/springframework/integration/jdbc/config/spring-integration-jdbc-4.2.xsd org/springframework/integration/jdbc/config/spring-integration-jdbc.gif org/springframework/integration/jdbc/schema-db2.sql org/springframework/integration/jdbc/schema-derby.sql org/springframework/integration/jdbc/schema-drop-db2.sql org/springframework/integration/jdbc/schema-drop-derby.sql org/springframework/integration/jdbc/schema-drop-h2.sql org/springframework/integration/jdbc/schema-drop-hsqldb.sql org/springframework/integration/jdbc/schema-drop-mysql-5_6_4.sql org/springframework/integration/jdbc/schema-drop-mysql.sql org/springframework/integration/jdbc/schema-drop-oracle10g.sql org/springframework/integration/jdbc/schema-drop-postgresql.sql org/springframework/integration/jdbc/schema-drop-sqlserver.sql org/springframework/integration/jdbc/schema-drop-sybase.sql org/springframework/integration/jdbc/schema-h2.sql org/springframework/integration/jdbc/schema-hsqldb.sql org/springframework/integration/jdbc/schema-mysql-5_6_4.sql org/springframework/integration/jdbc/schema-mysql.sql org/springframework/integration/jdbc/schema-oracle10g.sql org/springframework/integration/jdbc/schema-postgresql.sql org/springframework/integration/jdbc/schema-sqlserver.sql org/springframework/integration/jdbc/schema-sybase.sql org/springframework/integration/jdbc/store/channel/schema-derby.sql org/springframework/integration/jdbc/store/channel/schema-drop-derby.sql org/springframework/integration/jdbc/store/channel/schema-drop-hsql.sql org/springframework/integration/jdbc/store/channel/schema-drop-mysql.sql org/springframework/integration/jdbc/store/channel/schema-drop-oracle.sql org/springframework/integration/jdbc/store/channel/schema-drop-postgres.sql org/springframework/integration/jdbc/store/channel/schema-hsql.sql org/springframework/integration/jdbc/store/channel/schema-mysql.sql org/springframework/integration/jdbc/store/channel/schema-oracle.sql org/springframework/integration/jdbc/store/channel/schema-postgresql.sql
spring-integration-jdbc-4.2.0.release.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-jdbc</artifactId> <version>4.2.0.RELEASE</version> <name>Spring Integration JDBC Support</name> <description>Spring Integration JDBC Support</description> <url>https://projects.spring.io/spring-integration</url> <organization> <name>SpringIO</name> <url>http://spring.io</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>garyrussell</id> <name>Gary Russell</name> <email>grussell@pivotal.io</email> <roles> <role>project lead</role> </roles> </developer> <developer> <id>markfisher</id> <name>Mark Fisher</name> <email>mfisher@pivotal.io</email> <roles> <role>project founder and lead emeritus</role> </roles> </developer> <developer> <id>ghillert</id> <name>Gunnar Hillert</name> <email>ghillert@pivotal.io</email> </developer> <developer> <id>abilan</id> <name>Artem Bilan</name> <email>abilan@pivotal.io</email> </developer> </developers> <scm> <connection>scm:git:scm:git:git://github.com/spring-projects/spring-integration.git</connection> <developerConnection>scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration.git</developerConnection> <url>https://github.com/spring-projects/spring-integration</url> </scm> <issueManagement> <system>Jira</system> <url>https://jira.spring.io/browse/INT</url> </issueManagement> <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>4.2.1.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-core</artifactId> <version>4.2.0.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>18.0</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-jdbc</artifactId> <version>4.2.0.release</version> </dependency>
If you think the following spring-integration-jdbc-4.2.0.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-integration-jdbc-4.2.0.release.jar file