All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ff.wicketstuff-datastore-hazelcast.10.3.0.source-code.module-info Maven / Gradle / Ivy

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