License |
License |
---|---|
Categories |
CategoriesData Net React User Interface Web Frameworks |
GroupId | GroupIdnet.lecousin.reactive-data-relational |
ArtifactId | ArtifactIdcore |
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 |
---|---|
core-0.10.2.pom | |
core-0.10.2.jar | 185 KB |
core-0.10.2-tests.jar | 101 KB |
core-0.10.2-sources.jar | 78 KB |
core-0.10.2-javadoc.jar | 825 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.lecousin.reactive-data-relational/core/ -->
<dependency>
<groupId>net.lecousin.reactive-data-relational</groupId>
<artifactId>core</artifactId>
<version>0.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.lecousin.reactive-data-relational/core/
implementation 'net.lecousin.reactive-data-relational:core:0.10.2'
// https://jarcasting.com/artifacts/net.lecousin.reactive-data-relational/core/
implementation ("net.lecousin.reactive-data-relational:core:0.10.2")
'net.lecousin.reactive-data-relational:core:jar:0.10.2'
<dependency org="net.lecousin.reactive-data-relational" name="core" rev="0.10.2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lecousin.reactive-data-relational', module='core', version='0.10.2')
)
libraryDependencies += "net.lecousin.reactive-data-relational" % "core" % "0.10.2"
[net.lecousin.reactive-data-relational/core "0.10.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-r2dbc | jar | 2.6.7 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.javassist : javassist | jar | 3.28.0-GA |
org.springframework.boot : spring-boot-devtools Optional | jar | 2.6.7 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.7 |