MVN

foundation.fluent.api : spring-jpa-search

Maven & Gradle

May 24, 2023
5 stars
<dependency>
    <groupId>foundation.fluent.api</groupId>
    <artifactId>spring-jpa-search</artifactId>
    <version>0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of foundation.fluent.api : spring-jpa-search to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.28

All Versions

Choose a version of foundation.fluent.api : spring-jpa-search to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.28
spring-jpa-search-0.28
0.27
spring-jpa-search-0.27
0.26
spring-jpa-search-0.26
0.25
spring-jpa-search-0.25
0.24
spring-jpa-search-0.24
0.23
spring-jpa-search-0.23
0.22
spring-jpa-search-0.22
0.21
spring-jpa-search-0.21
0.20
spring-jpa-search-0.20
0.19
spring-jpa-search-0.19
0.18
spring-jpa-search-0.18
0.17
spring-jpa-search-0.17
0.16
spring-jpa-search-0.16
0.15
spring-jpa-search-0.15
0.14
spring-jpa-search-0.14
0.13
spring-jpa-search-0.13
0.12
spring-jpa-search-0.12
0.11
spring-jpa-search-0.11
0.10
spring-jpa-search-0.10
0.9
spring-jpa-search-0.9
0.8
spring-jpa-search-0.8

How to add a dependency to Maven

Add the following foundation.fluent.api : spring-jpa-search maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>foundation.fluent.api</groupId>
    <artifactId>spring-jpa-search</artifactId>
    <version>0.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following foundation.fluent.api : spring-jpa-search gradle dependency to your build.gradle file:

implementation 'foundation.fluent.api:spring-jpa-search:0.28'

Gradle Kotlin DSL: Add the following foundation.fluent.api : spring-jpa-search gradle kotlin dependency to your build.gradle.kts file:

implementation("foundation.fluent.api:spring-jpa-search:0.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following foundation.fluent.api : spring-jpa-search sbt scala dependency to your build.sbt file:

libraryDependencies += "foundation.fluent.api" % "spring-jpa-search" % "0.28"