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