Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.ff4j |
ArtifactId | ArtifactIdff4j-spring-boot-starter-parent |
Version | Version1.8.10 |
Type | Typejar |
Filename | Size |
---|---|
ff4j-spring-boot-starter-parent-1.8.10.pom | 22 KB |
ff4j-spring-boot-starter-parent-1.8.10-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ff4j/ff4j-spring-boot-starter-parent/ -->
<dependency>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-spring-boot-starter-parent</artifactId>
<version>1.8.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.ff4j/ff4j-spring-boot-starter-parent/
implementation 'org.ff4j:ff4j-spring-boot-starter-parent:1.8.10'
// https://jarcasting.com/artifacts/org.ff4j/ff4j-spring-boot-starter-parent/
implementation ("org.ff4j:ff4j-spring-boot-starter-parent:1.8.10")
'org.ff4j:ff4j-spring-boot-starter-parent:jar:1.8.10'
<dependency org="org.ff4j" name="ff4j-spring-boot-starter-parent" rev="1.8.10">
<artifact name="ff4j-spring-boot-starter-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ff4j', module='ff4j-spring-boot-starter-parent', version='1.8.10')
)
libraryDependencies += "org.ff4j" % "ff4j-spring-boot-starter-parent" % "1.8.10"
[org.ff4j/ff4j-spring-boot-starter-parent "1.8.10"]