is not current version
Last Version 2.7.0

com.blinkfox:fenix-spring-boot-starter 2.3.6

The fenix spring boot starter. 这是 Fenix JPA 扩展库的 Spring Boot Starter 库。

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.blinkfox
ArtifactId

ArtifactId

fenix-spring-boot-starter
Version

Version

2.3.6
Type

Type

jar

Download fenix-spring-boot-starter 2.3.6


<!-- https://jarcasting.com/artifacts/com.blinkfox/fenix-spring-boot-starter/ -->
<dependency>
    <groupId>com.blinkfox</groupId>
    <artifactId>fenix-spring-boot-starter</artifactId>
    <version>2.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.blinkfox/fenix-spring-boot-starter/
implementation 'com.blinkfox:fenix-spring-boot-starter:2.3.6'
// https://jarcasting.com/artifacts/com.blinkfox/fenix-spring-boot-starter/
implementation ("com.blinkfox:fenix-spring-boot-starter:2.3.6")
'com.blinkfox:fenix-spring-boot-starter:jar:2.3.6'
<dependency org="com.blinkfox" name="fenix-spring-boot-starter" rev="2.3.6">
  <artifact name="fenix-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blinkfox', module='fenix-spring-boot-starter', version='2.3.6')
)
libraryDependencies += "com.blinkfox" % "fenix-spring-boot-starter" % "2.3.6"
[com.blinkfox/fenix-spring-boot-starter "2.3.6"]