bucket4j-hazelcast-all
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j-hazelcast-all</artifactId>
<version>8.10.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>bucket4j-parent</artifactId>
<groupId>com.bucket4j</groupId>
<version>8.10.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<artifactId>bucket4j-hazelcast-all</artifactId>
<modules>
<module>bucket4j-hazelcast</module>
<module>bucket4j-hazelcast-4</module>
</modules>
</project>