License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.jmolecules.integrations |
ArtifactId | ArtifactIdjmolecules-spring-data-jpa |
Version | Version0.3.0 |
Type | Typejar |
Description |
DescriptionjMolecules - Spring Data JPA Example
Modules to integrate jMolecules abstractions with implementation technologies
|
<!-- https://jarcasting.com/artifacts/org.jmolecules.integrations/jmolecules-spring-data-jpa/ -->
<dependency>
<groupId>org.jmolecules.integrations</groupId>
<artifactId>jmolecules-spring-data-jpa</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmolecules.integrations/jmolecules-spring-data-jpa/
implementation 'org.jmolecules.integrations:jmolecules-spring-data-jpa:0.3.0'
// https://jarcasting.com/artifacts/org.jmolecules.integrations/jmolecules-spring-data-jpa/
implementation ("org.jmolecules.integrations:jmolecules-spring-data-jpa:0.3.0")
'org.jmolecules.integrations:jmolecules-spring-data-jpa:jar:0.3.0'
<dependency org="org.jmolecules.integrations" name="jmolecules-spring-data-jpa" rev="0.3.0">
<artifact name="jmolecules-spring-data-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmolecules.integrations', module='jmolecules-spring-data-jpa', version='0.3.0')
)
libraryDependencies += "org.jmolecules.integrations" % "jmolecules-spring-data-jpa" % "0.3.0"
[org.jmolecules.integrations/jmolecules-spring-data-jpa "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.4.3 |
org.jmolecules : jmolecules-ddd | jar | 1.2.0 |
org.jmolecules : jmolecules-events | jar | 1.2.0 |
org.jmolecules.integrations : jmolecules-jpa | jar | 0.3.0 |
org.jmolecules.integrations : jmolecules-spring | jar | 0.3.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.18 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.200 |
org.springframework.boot : spring-boot-devtools | jar | 2.4.3 |