spring-data-r2dbc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-r2dbc</artifactId> <version>4.0.0-M1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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> <parent> <groupId>org.springframework.data</groupId> <artifactId>spring-data-relational-parent</artifactId> <version>4.0.0-M1</version> </parent> <groupId>org.springframework.data</groupId> <artifactId>spring-data-r2dbc</artifactId> <version>4.0.0-M1</version> <name>Spring Data R2DBC</name> <description>Spring Data module for R2DBC</description> <url>https://projects.spring.io/spring-data-r2dbc</url> <inceptionYear>2018</inceptionYear> <organization> <name>Pivotal Software, Inc.</name> <url>https://www.spring.io</url> </organization> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <comments>Copyright 2008-2020 the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</comments> </license> </licenses> <developers> <developer> <id>schauder</id> <name>Jens Schauder</name> <email>jschauder(at)pivotal.io</email> <organization>Pivotal Software, Inc.</organization> <organizationUrl>https://pivotal.io</organizationUrl> <roles> <role>Project Lead</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>mpaluch</id> <name>Mark Paluch</name> <email>mpaluch(at)pivotal.io</email> <organization>Pivotal Software, Inc.</organization> <organizationUrl>https://pivotal.io</organizationUrl> <roles> <role>Project Lead</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>gregturn</id> <name>Greg L. Turnquist</name> <email>gturnquist(at)pivotal.io</email> <organization>Pivotal Software, Inc.</organization> <organizationUrl>https://pivotal.io</organizationUrl> <roles> <role>Project Contributor</role> </roles> <timezone>-6</timezone> </developer> <developer> <id>ogierke</id> <name>Oliver Gierke</name> <email>ogierke(at)pivotal.io</email> <organization>Pivotal Software, Inc.</organization> <organizationUrl>https://pivotal.io</organizationUrl> <roles> <role>Project Contributor</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>kurtn718</id> <name>Kurt Niemi</name> <email>kniemi(at)vmware.com</email> <organization>VMware.</organization> <organizationUrl>https://vmware.com</organizationUrl> <roles> <role>Project Contributor</role> </roles> <timezone>-5</timezone> </developer> </developers> <scm> <connection>scm:git:git://github.com/spring-projects/spring-data-build.git/spring-data-parent/spring-data-relational-parent/spring-data-r2dbc</connection> <developerConnection>scm:git:ssh://git@github.com:spring-projects/spring-data-build.git/spring-data-parent/spring-data-relational-parent/spring-data-r2dbc</developerConnection> <url>https://github.com/spring-projects/spring-data-build/spring-data-parent/spring-data-relational-parent/spring-data-r2dbc</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/spring-projects/spring-data-build/issues</url> </issueManagement> <properties> <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> <r2dbc-spi.version>1.0.0.RELEASE</r2dbc-spi.version> <reactive-streams.version>1.0.4</reactive-streams.version> <dist.id>spring-data-r2dbc</dist.id> <java-module-name>spring.data.r2dbc</java-module-name> <degraph-check.version>0.1.4</degraph-check.version> <netty>4.1.107.Final</netty> </properties> <dependencies> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-relational</artifactId> <version>4.0.0-M1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-commons</artifactId> <version>4.0.0-M1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <version>7.0.0-M1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>7.0.0-M1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>7.0.0-M1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>7.0.0-M1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>7.0.0-M1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-r2dbc</artifactId> <version>7.0.0-M1</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.r2dbc</groupId> <artifactId>r2dbc-spi</artifactId> <version>1.0.0.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-core</artifactId> <version>3.7.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.0</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>2.1.0</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.10.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-reactor</artifactId> <version>1.10.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>r2dbc-postgresql</artifactId> <version>1.0.7.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.2</version> <scope>compile</scope> </dependency> </dependencies> </project>