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