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