Download spring-integration-jdbc-2.1.0.release.jar file

Introduction

You can download spring-integration-jdbc-2.1.0.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-integration-jdbc-2.1.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.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.config.package-info.class
org.springframework.integration.jdbc.package-info.class
org.springframework.integration.jdbc.storedproc.ProcedureParameter.class
org.springframework.integration.jdbc.storedproc.package-info.class
org/springframework/integration/jdbc/config/spring-integration-jdbc-2.0.xsd
org/springframework/integration/jdbc/config/spring-integration-jdbc-2.1.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.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.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

Pom

spring-integration-jdbc-2.1.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>2.1.0.RELEASE</version>
  <name>Spring Integration JDBC Support</name>
  <description>Spring Integration JDBC Support</description>
  <url>https://github.com/SpringSource/spring-integration</url>
  <organization>
    <name>SpringSource</name>
    <url>http://springsource.org</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>markfisher</id>
      <name>Mark Fisher</name>
      <email>markfisher@vmware.com</email>
    </developer>
    <developer>
      <id>olegz</id>
      <name>Oleg Zhurakousky</name>
      <email>ozhurakousky@vmware.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/SpringSource/spring-integration</connection>
    <developerConnection>scm:git:git://github.com/SpringSource/spring-integration</developerConnection>
    <url>https://github.com/SpringSource/spring-integration</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-jdbc</artifactId>
      <version>3.0.7.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-aop</artifactId>
      <version>3.0.7.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.integration</groupId>
      <artifactId>spring-integration-core</artifactId>
      <version>2.1.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-tx</artifactId>
      <version>3.0.7.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.integration</groupId>
   <artifactId>spring-integration-jdbc</artifactId>
   <version>2.1.0.release</version>
</dependency>

Download

If you think the following spring-integration-jdbc-2.1.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-2.1.0.release.jar file




PreviousNext

Related