文件下载
文件名 操作
jpa-fluid-select-2.0.3.jar 下载
jpa-fluid-select-2.0.3.pom 下载
jpa-fluid-select-2.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.ordnaelmedeiros</groupId>
  <artifactId>jpa-fluid-select</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.ordnaelmedeiros:jpa-fluid-select:2.0.3'
Gradle Kotlin
implementation("com.github.ordnaelmedeiros:jpa-fluid-select:2.0.3")
Scala SBT
libraryDependencies += "com.github.ordnaelmedeiros" % "jpa-fluid-select" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ordnaelmedeiros', module='jpa-fluid-select', version='2.0.3')
)
Apache Ivy
<dependency org="com.github.ordnaelmedeiros" name="jpa-fluid-select" rev="2.0.3" />
Leiningen
[com.github.ordnaelmedeiros/jpa-fluid-select "2.0.3"]
Apache Buildr
'com.github.ordnaelmedeiros:jpa-fluid-select:jar:2.0.3'