Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.blinkfox |
ArtifactId | ArtifactIdfenix-spring-boot-starter |
Version | Version2.3.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.blinkfox/fenix-spring-boot-starter/ -->
<dependency>
<groupId>com.blinkfox</groupId>
<artifactId>fenix-spring-boot-starter</artifactId>
<version>2.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.blinkfox/fenix-spring-boot-starter/
implementation 'com.blinkfox:fenix-spring-boot-starter:2.3.3'
// https://jarcasting.com/artifacts/com.blinkfox/fenix-spring-boot-starter/
implementation ("com.blinkfox:fenix-spring-boot-starter:2.3.3")
'com.blinkfox:fenix-spring-boot-starter:jar:2.3.3'
<dependency org="com.blinkfox" name="fenix-spring-boot-starter" rev="2.3.3">
<artifact name="fenix-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blinkfox', module='fenix-spring-boot-starter', version='2.3.3')
)
libraryDependencies += "com.blinkfox" % "fenix-spring-boot-starter" % "2.3.3"
[com.blinkfox/fenix-spring-boot-starter "2.3.3"]