License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.cosium.spring.data |
ArtifactId | ArtifactIdspring-data-jpa-entity-graph-parent |
Version | Version2.5.0 |
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.5.0.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.5.0</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.5.0'
// 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.5.0")
'com.cosium.spring.data:spring-data-jpa-entity-graph-parent:pom:2.5.0'
<dependency org="com.cosium.spring.data" name="spring-data-jpa-entity-graph-parent" rev="2.5.0">
<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.5.0')
)
libraryDependencies += "com.cosium.spring.data" % "spring-data-jpa-entity-graph-parent" % "2.5.0"
[com.cosium.spring.data/spring-data-jpa-entity-graph-parent "2.5.0"]