Download spring-data-jdbc-core-1.0.0.release.jar file

Introduction

You can download spring-data-jdbc-core-1.0.0.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-data-jdbc-core-1.0.0.release.jar file has the following types.

META-INF/MANIFEST.MF
org.springframework.data.jdbc.aop.ConnectionInterceptor.class
org.springframework.data.jdbc.core.OneToManyResultSetExtractor.class
org.springframework.data.jdbc.query.QueryDslJdbcOperations.class
org.springframework.data.jdbc.query.QueryDslJdbcTemplate.class
org.springframework.data.jdbc.query.SqlDeleteCallback.class
org.springframework.data.jdbc.query.SqlInsertCallback.class
org.springframework.data.jdbc.query.SqlInsertWithKeyCallback.class
org.springframework.data.jdbc.query.SqlUpdateCallback.class
org.springframework.data.jdbc.query.UncategorizedQueryException.class
org.springframework.data.jdbc.retry.JdbcRetryException.class
org.springframework.data.jdbc.retry.JdbcRetryPolicy.class
org.springframework.data.jdbc.support.ConnectionContextProvider.class
org.springframework.data.jdbc.support.ConnectionPreparer.class
org.springframework.data.jdbc.support.ConnectionUsernamePasswordProvider.class
org.springframework.data.jdbc.support.ConnectionUsernameProvider.class
org.springframework.data.jdbc.support.DatabaseType.class
org.springframework.data.jdbc.support.nativejdbc.P6spyNativeJdbcExtractor.class

Pom

spring-data-jdbc-core-1.0.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.data</groupId>
  <artifactId>spring-data-jdbc-core</artifactId>
  <version>1.0.0.RELEASE</version>
  <name>Spring Data JDBC Extensions Core</name>
  <description>Spring Data JDBC Extensions Core</description>
  <url>http://github.com/SpringSource/spring-data-jdbc-ext</url>
  <organization>
    <name>SpringSource</name>
    <url>http://www.springsource.org/spring-data/jdbc-extensions</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>trisberg</id>
      <name>Thomas Risberg</name>
      <email>trisberg@vmware.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/SpringSource/spring-data-jdbc-ext</connection>
    <developerConnection>scm:git:git://github.com/SpringSource/spring-data-jdbc-ext</developerConnection>
    <url>http://github.com/SpringSource/spring-data-jdbc-ext</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-tx</artifactId>
      <version>3.0.7.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>jcl-over-slf4j</artifactId>
      <version>1.6.6</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>3.0.7.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <version>3.0.7.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.retry</groupId>
      <artifactId>spring-retry</artifactId>
      <version>1.0.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-beans</artifactId>
      <version>3.0.7.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.mysema.querydsl</groupId>
      <artifactId>querydsl-sql</artifactId>
      <version>2.8.2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.6.6</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.data</groupId>
   <artifactId>spring-data-jdbc-core</artifactId>
   <version>1.0.0.release</version>
</dependency>

Download

If you think the following spring-data-jdbc-core-1.0.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-data-jdbc-core-1.0.0.release.jar file




PreviousNext

Related