| Categories |
CategoriesSpring Boot Container Microservices |
|---|---|
| GroupId | GroupIdorg.ff4j |
| ArtifactId | ArtifactIdff4j-spring-boot-web-api |
| Version | Version1.6.4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ff4j/ff4j-spring-boot-web-api/ -->
<dependency>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-spring-boot-web-api</artifactId>
<version>1.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ff4j/ff4j-spring-boot-web-api/
implementation 'org.ff4j:ff4j-spring-boot-web-api:1.6.4'
// https://jarcasting.com/artifacts/org.ff4j/ff4j-spring-boot-web-api/
implementation ("org.ff4j:ff4j-spring-boot-web-api:1.6.4")
'org.ff4j:ff4j-spring-boot-web-api:jar:1.6.4'
<dependency org="org.ff4j" name="ff4j-spring-boot-web-api" rev="1.6.4">
<artifact name="ff4j-spring-boot-web-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ff4j', module='ff4j-spring-boot-web-api', version='1.6.4')
)
libraryDependencies += "org.ff4j" % "ff4j-spring-boot-web-api" % "1.6.4"
[org.ff4j/ff4j-spring-boot-web-api "1.6.4"]