| 组织ID: |
org.springframework.integration |
| 项目ID: |
spring-integration-jdbc |
| 版本: |
2.0.6.RELEASE |
| 最后修改时间: |
2019-10-22 19:22:50 |
| 包类型: |
jar |
| 标题: |
The Apache Software License, Version 2.0 |
| 大小: |
47.10KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-jdbc</artifactId>
<version>2.0.6.RELEASE</version>
</dependency>
|
| Gradle引入代码: |
org.springframework.integration:spring-integration-jdbc:2.0.6.RELEASE
|
| 下载Jar包: |
|
| POM文件内容: |
<?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.0.6.RELEASE</version>
<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>
<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-test</artifactId>
<version>3.0.7.RELEASE</version>
<scope>test</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.0.6.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.5.3.0_1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.6.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>3.0.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test</artifactId>
<version>2.0.6.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.0.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.2.125</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<version>2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.6.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/spring.handlers
META-INF/spring.schemas
META-INF/spring.tooling
org.springframework.integration.jdbc.BeanPropertySqlParameterSourceFactory$StaticBeanPropertySqlParameterSource.class
org.springframework.integration.jdbc.BeanPropertySqlParameterSourceFactory.class
org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory$1.class
org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory$ExpressionEvaluatingSqlParameterSource.class
org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory.class
org.springframework.integration.jdbc.JdbcMessageHandler.class
org.springframework.integration.jdbc.JdbcMessageStore$1.class
org.springframework.integration.jdbc.JdbcMessageStore$2.class
org.springframework.integration.jdbc.JdbcMessageStore$3.class
org.springframework.integration.jdbc.JdbcMessageStore$4.class
org.springframework.integration.jdbc.JdbcMessageStore$5.class
org.springframework.integration.jdbc.JdbcMessageStore$6.class
org.springframework.integration.jdbc.JdbcMessageStore$7.class
org.springframework.integration.jdbc.JdbcMessageStore$8.class
org.springframework.integration.jdbc.JdbcMessageStore$MessageMapper.class
org.springframework.integration.jdbc.JdbcMessageStore.class
org.springframework.integration.jdbc.JdbcOutboundGateway.class
org.springframework.integration.jdbc.JdbcPollingChannelAdapter$1.class
org.springframework.integration.jdbc.JdbcPollingChannelAdapter.class
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
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
spring-jdbc-3.0.7.RELEASE.jar
/org.springframework/spring-jdbc/3.0.7.RELEASE
查看spring-jdbc所有版本文件
spring-test-3.0.7.RELEASE.jar
/org.springframework/spring-test/3.0.7.RELEASE
查看spring-test所有版本文件
spring-aop-3.0.7.RELEASE.jar
/org.springframework/spring-aop/3.0.7.RELEASE
查看spring-aop所有版本文件
spring-integration-core-2.0.6.RELEASE.jar
/org.springframework.integration/spring-integration-core/2.0.6.RELEASE
查看spring-integration-core所有版本文件
derby-10.5.3.0_1.jar
/org.apache.derby/derby/10.5.3.0_1
查看derby所有版本文件
aspectjweaver-1.6.8.jar
/org.aspectj/aspectjweaver/1.6.8
查看aspectjweaver所有版本文件
spring-tx-3.0.7.RELEASE.jar
/org.springframework/spring-tx/3.0.7.RELEASE
查看spring-tx所有版本文件
spring-integration-test-2.0.6.RELEASE.jar
/org.springframework.integration/spring-integration-test/2.0.6.RELEASE
查看spring-integration-test所有版本文件
log4j-1.2.12.jar
/log4j/log4j/1.2.12
查看log4j所有版本文件
cglib-nodep-2.2.jar
/cglib/cglib-nodep/2.2
查看cglib-nodep所有版本文件
spring-context-3.0.7.RELEASE.jar
/org.springframework/spring-context/3.0.7.RELEASE
查看spring-context所有版本文件
h2-1.2.125.jar
/com.h2database/h2/1.2.125
查看h2所有版本文件
easymock-2.3.jar
/org.easymock/easymock/2.3
查看easymock所有版本文件
easymockclassextension-2.3.jar
/org.easymock/easymockclassextension/2.3
查看easymockclassextension所有版本文件
hamcrest-all-1.1.jar
/org.hamcrest/hamcrest-all/1.1
查看hamcrest-all所有版本文件
hsqldb-1.8.0.10.jar
/hsqldb/hsqldb/1.8.0.10
查看hsqldb所有版本文件
mockito-all-1.8.4.jar
/org.mockito/mockito-all/1.8.4
查看mockito-all所有版本文件
aspectjrt-1.6.8.jar
/org.aspectj/aspectjrt/1.6.8
查看aspectjrt所有版本文件
junit-dep-4.8.2.jar
/junit/junit-dep/4.8.2
查看junit-dep所有版本文件
|