Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdcom.github.jferrater |
ArtifactId | ArtifactIdopa-datafilter-jpa-spring-boot-starter |
Version | Version0.4.4 |
Type | Typejar |
<!-- 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.4.4</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.4.4'
// https://jarcasting.com/artifacts/com.github.jferrater/opa-datafilter-jpa-spring-boot-starter/
implementation ("com.github.jferrater:opa-datafilter-jpa-spring-boot-starter:0.4.4")
'com.github.jferrater:opa-datafilter-jpa-spring-boot-starter:jar:0.4.4'
<dependency org="com.github.jferrater" name="opa-datafilter-jpa-spring-boot-starter" rev="0.4.4">
<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.4.4')
)
libraryDependencies += "com.github.jferrater" % "opa-datafilter-jpa-spring-boot-starter" % "0.4.4"
[com.github.jferrater/opa-datafilter-jpa-spring-boot-starter "0.4.4"]