Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdorg.ff4j |
ArtifactId | ArtifactIdff4j-store-hazelcast |
Version | Version1.8.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ff4j/ff4j-store-hazelcast/ -->
<dependency>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-store-hazelcast</artifactId>
<version>1.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.ff4j/ff4j-store-hazelcast/
implementation 'org.ff4j:ff4j-store-hazelcast:1.8.6'
// https://jarcasting.com/artifacts/org.ff4j/ff4j-store-hazelcast/
implementation ("org.ff4j:ff4j-store-hazelcast:1.8.6")
'org.ff4j:ff4j-store-hazelcast:jar:1.8.6'
<dependency org="org.ff4j" name="ff4j-store-hazelcast" rev="1.8.6">
<artifact name="ff4j-store-hazelcast" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ff4j', module='ff4j-store-hazelcast', version='1.8.6')
)
libraryDependencies += "org.ff4j" % "ff4j-store-hazelcast" % "1.8.6"
[org.ff4j/ff4j-store-hazelcast "1.8.6"]