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