License |
License |
---|---|
Categories |
CategoriesData Net React User Interface Web Frameworks |
GroupId | GroupIdnet.lecousin.reactive-data-relational |
ArtifactId | ArtifactIdpostgres |
Last Version | Last Version0.10.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProvide basic ORM features not covered by Spring Data R2DBC, such as joins, lazy loading, cascade
|
Filename | Size |
---|---|
postgres-0.10.2.pom | |
postgres-0.10.2.jar | 4 KB |
postgres-0.10.2-sources.jar | 3 KB |
postgres-0.10.2-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.lecousin.reactive-data-relational/postgres/ -->
<dependency>
<groupId>net.lecousin.reactive-data-relational</groupId>
<artifactId>postgres</artifactId>
<version>0.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.lecousin.reactive-data-relational/postgres/
implementation 'net.lecousin.reactive-data-relational:postgres:0.10.2'
// https://jarcasting.com/artifacts/net.lecousin.reactive-data-relational/postgres/
implementation ("net.lecousin.reactive-data-relational:postgres:0.10.2")
'net.lecousin.reactive-data-relational:postgres:jar:0.10.2'
<dependency org="net.lecousin.reactive-data-relational" name="postgres" rev="0.10.2">
<artifact name="postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lecousin.reactive-data-relational', module='postgres', version='0.10.2')
)
libraryDependencies += "net.lecousin.reactive-data-relational" % "postgres" % "0.10.2"
[net.lecousin.reactive-data-relational/postgres "0.10.2"]
Group / Artifact | Type | Version |
---|---|---|
net.lecousin.reactive-data-relational : core | jar | 0.10.2 |
org.postgresql : r2dbc-postgresql | jar | 0.9.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
net.lecousin.reactive-data-relational : core | test-jar | 0.10.2 |
net.lecousin.reactive-data-relational : test-junit-5 | jar | 0.10.2 |
io.zonky.test : embedded-postgres | jar | 1.2.8 |
org.springframework.boot : spring-boot-starter-test | jar | 2.6.7 |