is not current version
Last Version 2.7.0

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

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.4.2
Type

Type

jar

Download fenix-spring-boot-starter 2.4.2


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