is not current version
Last Version 1.2.2

co.streamx.fluent:fluent-jpa 1.0.4

Fluent query implementation for JPA repositories

GroupId

GroupId

co.streamx.fluent
ArtifactId

ArtifactId

fluent-jpa
Version

Version

1.0.4
Type

Type

jar

Download fluent-jpa 1.0.4


<!-- https://jarcasting.com/artifacts/co.streamx.fluent/fluent-jpa/ -->
<dependency>
    <groupId>co.streamx.fluent</groupId>
    <artifactId>fluent-jpa</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/co.streamx.fluent/fluent-jpa/
implementation 'co.streamx.fluent:fluent-jpa:1.0.4'
// https://jarcasting.com/artifacts/co.streamx.fluent/fluent-jpa/
implementation ("co.streamx.fluent:fluent-jpa:1.0.4")
'co.streamx.fluent:fluent-jpa:jar:1.0.4'
<dependency org="co.streamx.fluent" name="fluent-jpa" rev="1.0.4">
  <artifact name="fluent-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.streamx.fluent', module='fluent-jpa', version='1.0.4')
)
libraryDependencies += "co.streamx.fluent" % "fluent-jpa" % "1.0.4"
[co.streamx.fluent/fluent-jpa "1.0.4"]