License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Hazelcast Application Layer Libs Distributed Applications |
GroupId | GroupIdcom.unicodecollective.dropwizard |
ArtifactId | ArtifactIddropwizard-hazelcast-session |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Hazelcast clustered session bundle.
A Dropwizard bundle for providing clustered session replication using Hazelcast distributed maps.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.unicodecollective.dropwizard/dropwizard-hazelcast-session/ -->
<dependency>
<groupId>com.unicodecollective.dropwizard</groupId>
<artifactId>dropwizard-hazelcast-session</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.unicodecollective.dropwizard/dropwizard-hazelcast-session/
implementation 'com.unicodecollective.dropwizard:dropwizard-hazelcast-session:1.0.7'
// https://jarcasting.com/artifacts/com.unicodecollective.dropwizard/dropwizard-hazelcast-session/
implementation ("com.unicodecollective.dropwizard:dropwizard-hazelcast-session:1.0.7")
'com.unicodecollective.dropwizard:dropwizard-hazelcast-session:jar:1.0.7'
<dependency org="com.unicodecollective.dropwizard" name="dropwizard-hazelcast-session" rev="1.0.7">
<artifact name="dropwizard-hazelcast-session" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.unicodecollective.dropwizard', module='dropwizard-hazelcast-session', version='1.0.7')
)
libraryDependencies += "com.unicodecollective.dropwizard" % "dropwizard-hazelcast-session" % "1.0.7"
[com.unicodecollective.dropwizard/dropwizard-hazelcast-session "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 0.8.1 |
com.hazelcast : hazelcast | jar | 3.4 |
com.google.guava : guava | jar | 18.0 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-testing | jar | 0.8.1 |