License |
License |
---|---|
GroupId | GroupIdcom.blinkfox |
ArtifactId | ArtifactIdfenix |
Version | Version2.7.0 |
Type | Typejar |
Description |
Descriptionfenix
This is an extension library to the Spring Data JPA complex or dynamic SQL query.
这是一个为了解决复杂动态 SQL (JPQL) 而生的 Spring Data JPA 扩展库,能辅助开发者更方便快捷的书写复杂、动态且易于维护的 SQL,支持 ActiveRecord 模式和多种查询方式。
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fenix-2.7.0.pom | |
fenix-2.7.0.jar | 214 KB |
fenix-2.7.0-sources.jar | 204 KB |
fenix-2.7.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.blinkfox/fenix/ -->
<dependency>
<groupId>com.blinkfox</groupId>
<artifactId>fenix</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.blinkfox/fenix/
implementation 'com.blinkfox:fenix:2.7.0'
// https://jarcasting.com/artifacts/com.blinkfox/fenix/
implementation ("com.blinkfox:fenix:2.7.0")
'com.blinkfox:fenix:jar:2.7.0'
<dependency org="com.blinkfox" name="fenix" rev="2.7.0">
<artifact name="fenix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blinkfox', module='fenix', version='2.7.0')
)
libraryDependencies += "com.blinkfox" % "fenix" % "2.7.0"
[com.blinkfox/fenix "2.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.data : spring-data-jpa Optional | jar | 2.6.3 |
org.hibernate : hibernate-core Optional | jar | 5.6.7.Final |
org.slf4j : slf4j-simple Optional | jar | 1.7.36 |
org.projectlombok : lombok Optional | jar | 1.18.22 |
org.dom4j : dom4j | jar | 2.1.3 |
org.javassist : javassist | jar | 3.28.0-GA |
org.mvel : mvel2 | jar | 2.4.14.Final |
jaxen : jaxen | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.springframework : spring-test | jar | 5.3.17 |
org.hsqldb : hsqldb | jar | 2.5.1 |
com.alibaba : fastjson | jar | 1.2.80 |
com.blinkfox : stalker | jar | 1.2.3 |