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