ff.wicketstuff-datastore-hazelcast.10.3.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wicketstuff-datastore-hazelcast Show documentation
Show all versions of wicketstuff-datastore-hazelcast Show documentation
An implementation of Apache Wicket's IDataStore that uses Hazelcast as a backend
The newest version!
module org.wicketstuff.datastore.hazelcast {
exports org.wicketstuff.datastores.hazelcast;
requires org.apache.wicket.core;
requires org.apache.wicket.util;
requires transitive com.hazelcast.core;
requires org.slf4j;
requires static jakarta.servlet;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy