License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.cosium.spring.data |
ArtifactId | ArtifactIdspring-data-jpa-entity-graph-parent |
Last Version | Last Version2.6.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpring Data JPA EntityGraph Parent
A Spring Data JPA extension allowing full usage of JPA EntityGraph on repositories
|
Project URL |
Project URL |
Project Organization |
Project OrganizationCosium |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-data-jpa-entity-graph-parent-2.6.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cosium.spring.data/spring-data-jpa-entity-graph-parent/ -->
<dependency>
<groupId>com.cosium.spring.data</groupId>
<artifactId>spring-data-jpa-entity-graph-parent</artifactId>
<version>2.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cosium.spring.data/spring-data-jpa-entity-graph-parent/
implementation 'com.cosium.spring.data:spring-data-jpa-entity-graph-parent:2.6.1'
// https://jarcasting.com/artifacts/com.cosium.spring.data/spring-data-jpa-entity-graph-parent/
implementation ("com.cosium.spring.data:spring-data-jpa-entity-graph-parent:2.6.1")
'com.cosium.spring.data:spring-data-jpa-entity-graph-parent:pom:2.6.1'
<dependency org="com.cosium.spring.data" name="spring-data-jpa-entity-graph-parent" rev="2.6.1">
<artifact name="spring-data-jpa-entity-graph-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cosium.spring.data', module='spring-data-jpa-entity-graph-parent', version='2.6.1')
)
libraryDependencies += "com.cosium.spring.data" % "spring-data-jpa-entity-graph-parent" % "2.6.1"
[com.cosium.spring.data/spring-data-jpa-entity-graph-parent "2.6.1"]