License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.jferrater |
ArtifactId | ArtifactIdopa-datafilter-core |
Version | Version0.5.1 |
Type | Typejar |
Description |
Descriptionopa-datafilter-core
A Spring Boot library for translating Open Policy Agent (OPA) compile API response into JPA and Mongo queries
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
opa-datafilter-core-0.5.1.pom | |
opa-datafilter-core-0.5.1.jar | 40 KB |
opa-datafilter-core-0.5.1-tests.jar | 18 KB |
opa-datafilter-core-0.5.1-sources.jar | 18 KB |
opa-datafilter-core-0.5.1-javadoc.jar | 484 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jferrater/opa-datafilter-core/ -->
<dependency>
<groupId>com.github.jferrater</groupId>
<artifactId>opa-datafilter-core</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jferrater/opa-datafilter-core/
implementation 'com.github.jferrater:opa-datafilter-core:0.5.1'
// https://jarcasting.com/artifacts/com.github.jferrater/opa-datafilter-core/
implementation ("com.github.jferrater:opa-datafilter-core:0.5.1")
'com.github.jferrater:opa-datafilter-core:jar:0.5.1'
<dependency org="com.github.jferrater" name="opa-datafilter-core" rev="0.5.1">
<artifact name="opa-datafilter-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jferrater', module='opa-datafilter-core', version='0.5.1')
)
libraryDependencies += "com.github.jferrater" % "opa-datafilter-core" % "0.5.1"
[com.github.jferrater/opa-datafilter-core "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.springframework.boot : spring-boot-starter-data-jpa | jar | |
org.springframework.boot : spring-boot-starter-data-mongodb | 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 |