<dependency>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration-spring-hateoas-webmvc</artifactId>
<version>1.6.3</version>
</dependency>
implementation 'com.blazebit:blaze-persistence-integration-spring-hateoas-webmvc:1.6.3'
implementation("com.blazebit:blaze-persistence-integration-spring-hateoas-webmvc:1.6.3")
libraryDependencies += "com.blazebit" % "blaze-persistence-integration-spring-hateoas-webmvc" % "1.6.3"
@Grapes(
@Grab(group='com.blazebit', module='blaze-persistence-integration-spring-hateoas-webmvc', version='1.6.3')
)
<dependency org="com.blazebit" name="blaze-persistence-integration-spring-hateoas-webmvc" rev="1.6.3" />
<parent> <groupId>com.blazebit</groupId> <artifactId>blaze-persistence-integration-spring-hateoas-parent</artifactId> <version>1.6.3</version> </parent>
compile
|-- org.springframework.hateoas:spring-hateoas:1.0.2.RELEASE
|-- com.blazebit:blaze-persistence-integration-spring-data-base
|-- com.blazebit:blaze-persistence-integration-spring-data-webmvc
|-- com.blazebit:blaze-persistence-integration-entity-view-spring
provided
|-- javax.servlet:javax.servlet-api
|-- org.springframework.data:spring-data-jpa
|-- org.springframework:spring-context
|-- org.springframework:spring-webmvc
|-- org.springframework.boot:spring-boot-autoconfigure
|-- com.fasterxml.jackson.core:jackson-databind:2.9.9
|-- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
|-- org.hibernate:hibernate-jpamodelgen
runtime
|-- com.blazebit:blaze-persistence-core-impl
|-- com.blazebit:blaze-persistence-entity-view-impl
test
|-- org.springframework:spring-test
|-- junit:junit
|-- org.hibernate:hibernate-entitymanager
|-- com.blazebit:blaze-persistence-integration-hibernate-5.3
|-- com.blazebit:blaze-persistence-testsuite-base-hibernate