License |
License |
---|---|
GroupId | GroupIdco.streamx.fluent |
ArtifactId | ArtifactIdfluent-jpa |
Version | Version1.2.2 |
Type | Typejar |
Description |
DescriptionJava Fluent JPA
Fluent query implementation for JPA repositories
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
fluent-jpa-1.2.2.pom | |
fluent-jpa-1.2.2.jar | 132 KB |
fluent-jpa-1.2.2-sources.jar | 52 KB |
fluent-jpa-1.2.2-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.streamx.fluent/fluent-jpa/ -->
<dependency>
<groupId>co.streamx.fluent</groupId>
<artifactId>fluent-jpa</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/co.streamx.fluent/fluent-jpa/
implementation 'co.streamx.fluent:fluent-jpa:1.2.2'
// https://jarcasting.com/artifacts/co.streamx.fluent/fluent-jpa/
implementation ("co.streamx.fluent:fluent-jpa:1.2.2")
'co.streamx.fluent:fluent-jpa:jar:1.2.2'
<dependency org="co.streamx.fluent" name="fluent-jpa" rev="1.2.2">
<artifact name="fluent-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.streamx.fluent', module='fluent-jpa', version='1.2.2')
)
libraryDependencies += "co.streamx.fluent" % "fluent-jpa" % "1.2.2"
[co.streamx.fluent/fluent-jpa "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | |
co.streamx.fluent : ex-tree | jar | 2.7.2 |
co.streamx.fluent : jpa-notations | jar | 1.0.14 |
com.auth0 : java-jwt | jar | 3.10.1 |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | |
javax.persistence : javax.persistence-api | jar | |
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.platform : junit-platform-commons | jar | 1.5.2 |
org.junit.platform : junit-platform-launcher | jar | 1.5.2 |
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-test | jar | |
org.springframework.boot : spring-boot-starter-data-jpa | jar | |
org.flywaydb : flyway-core | jar | 5.2.4 |
com.h2database : h2 | jar | |
co.streamx.fluent : sql-grammar | jar | 1.0.17 |