s

spring-data-criteria

Spring Data Criteria extends Spring Data JDBC & Spring Data R2DBC to support dynamic sql.
https://github.com/holmofy/spring-data-criteria
The Apache Software License, Version 2.0
holmofy
Files download
File Operation
spring-data-criteria-3.2.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.holmofy</groupId>
  <artifactId>spring-data-criteria</artifactId>
  <version>3.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.holmofy:spring-data-criteria:3.2.0'
Gradle Kotlin
implementation("io.github.holmofy:spring-data-criteria:3.2.0")
Scala SBT
libraryDependencies += "io.github.holmofy" % "spring-data-criteria" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.holmofy', module='spring-data-criteria', version='3.2.0')
)
Apache Ivy
<dependency org="io.github.holmofy" name="spring-data-criteria" rev="3.2.0" />
Leiningen
[io.github.holmofy/spring-data-criteria "3.2.0"]
Apache Buildr
'io.github.holmofy:spring-data-criteria:jar:3.2.0'
Dependencies
The project has no third-party dependencies