License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Data |
GroupId | GroupIdcom.github.jferrater |
ArtifactId | ArtifactIdopa-data-filter-spring-boot-starter |
Version | Version0.4.2 |
Type | Typejar |
Description |
Descriptionopa-data-filter-spring-boot-starter
Spring Boot library for enforcing authorization on Spring Data repository using 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-data-filter-spring-boot-starter/ -->
<dependency>
<groupId>com.github.jferrater</groupId>
<artifactId>opa-data-filter-spring-boot-starter</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jferrater/opa-data-filter-spring-boot-starter/
implementation 'com.github.jferrater:opa-data-filter-spring-boot-starter:0.4.2'
// https://jarcasting.com/artifacts/com.github.jferrater/opa-data-filter-spring-boot-starter/
implementation ("com.github.jferrater:opa-data-filter-spring-boot-starter:0.4.2")
'com.github.jferrater:opa-data-filter-spring-boot-starter:jar:0.4.2'
<dependency org="com.github.jferrater" name="opa-data-filter-spring-boot-starter" rev="0.4.2">
<artifact name="opa-data-filter-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jferrater', module='opa-data-filter-spring-boot-starter', version='0.4.2')
)
libraryDependencies += "com.github.jferrater" % "opa-data-filter-spring-boot-starter" % "0.4.2"
[com.github.jferrater/opa-data-filter-spring-boot-starter "0.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-data-jpa | jar | |
org.springframework.boot : spring-boot-starter-data-mongodb | jar | |
com.google.code.findbugs : annotations | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
de.flapdoodle.embed : de.flapdoodle.embed.mongo | jar | |
org.mariadb.jdbc : mariadb-java-client | jar | 2.3.0 |
org.postgresql : postgresql | jar | 42.2.10 |
org.testcontainers : mysql | jar | 1.12.5 |
org.testcontainers : testcontainers | jar | 1.12.5 |
com.h2database : h2 | jar | 1.4.197 |
org.hamcrest : hamcrest-all | jar | 1.3 |