License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Data |
GroupId | GroupIdcom.github.jferrater |
ArtifactId | ArtifactIdopa-datafilter-jpa-spring-boot-starter |
Version | Version0.5.1 |
Type | Typejar |
Description |
Descriptionopa-datafilter-jpa-spring-boot-starter
Spring Boot library for enforcing authorization on data by filtering using Spring Data JPA with the Open Policy Agent (OPA) partial evaluation feature through its compile API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.jferrater/opa-datafilter-jpa-spring-boot-starter/ -->
<dependency>
<groupId>com.github.jferrater</groupId>
<artifactId>opa-datafilter-jpa-spring-boot-starter</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jferrater/opa-datafilter-jpa-spring-boot-starter/
implementation 'com.github.jferrater:opa-datafilter-jpa-spring-boot-starter:0.5.1'
// https://jarcasting.com/artifacts/com.github.jferrater/opa-datafilter-jpa-spring-boot-starter/
implementation ("com.github.jferrater:opa-datafilter-jpa-spring-boot-starter:0.5.1")
'com.github.jferrater:opa-datafilter-jpa-spring-boot-starter:jar:0.5.1'
<dependency org="com.github.jferrater" name="opa-datafilter-jpa-spring-boot-starter" rev="0.5.1">
<artifact name="opa-datafilter-jpa-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jferrater', module='opa-datafilter-jpa-spring-boot-starter', version='0.5.1')
)
libraryDependencies += "com.github.jferrater" % "opa-datafilter-jpa-spring-boot-starter" % "0.5.1"
[com.github.jferrater/opa-datafilter-jpa-spring-boot-starter "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jferrater : opa-datafilter-core | jar | 0.5.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-jpa | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
com.h2database : h2 | jar | 1.4.197 |
org.hamcrest : hamcrest-all | jar | 1.3 |