| GroupId | GroupIdorg.ff4j |
|---|---|
| ArtifactId | ArtifactIdff4j-store-consul |
| Version | Version1.8.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ff4j-store-consul-1.8.8.pom | |
| ff4j-store-consul-1.8.8.jar | 7 KB |
| ff4j-store-consul-1.8.8-sources.jar | 6 KB |
| ff4j-store-consul-1.8.8-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ff4j/ff4j-store-consul/ -->
<dependency>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-store-consul</artifactId>
<version>1.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.ff4j/ff4j-store-consul/
implementation 'org.ff4j:ff4j-store-consul:1.8.8'
// https://jarcasting.com/artifacts/org.ff4j/ff4j-store-consul/
implementation ("org.ff4j:ff4j-store-consul:1.8.8")
'org.ff4j:ff4j-store-consul:jar:1.8.8'
<dependency org="org.ff4j" name="ff4j-store-consul" rev="1.8.8">
<artifact name="ff4j-store-consul" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ff4j', module='ff4j-store-consul', version='1.8.8')
)
libraryDependencies += "org.ff4j" % "ff4j-store-consul" % "1.8.8"
[org.ff4j/ff4j-store-consul "1.8.8"]