| License |
License |
|---|---|
| GroupId | GroupIdio.github.grrolland |
| ArtifactId | ArtifactIdngx-distributed-shm |
| Last Version | Last Version1.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionngx-distributed-shm
This projet is memcached like server based on Hazelcast and Vertx. The goals of the project is to build an easy-to-use distributed memory storage with the nginx shared memory semantic for use with lua nginx plugin.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ngx-distributed-shm-1.0.4.pom | |
| ngx-distributed-shm-1.0.4.jar | 16 MB |
| ngx-distributed-shm-1.0.4-sources.jar | 27 KB |
| ngx-distributed-shm-1.0.4-javadoc.jar | 141 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.grrolland/ngx-distributed-shm/ -->
<dependency>
<groupId>io.github.grrolland</groupId>
<artifactId>ngx-distributed-shm</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.grrolland/ngx-distributed-shm/
implementation 'io.github.grrolland:ngx-distributed-shm:1.0.4'
// https://jarcasting.com/artifacts/io.github.grrolland/ngx-distributed-shm/
implementation ("io.github.grrolland:ngx-distributed-shm:1.0.4")
'io.github.grrolland:ngx-distributed-shm:jar:1.0.4'
<dependency org="io.github.grrolland" name="ngx-distributed-shm" rev="1.0.4">
<artifact name="ngx-distributed-shm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.grrolland', module='ngx-distributed-shm', version='1.0.4')
)
libraryDependencies += "io.github.grrolland" % "ngx-distributed-shm" % "1.0.4"
[io.github.grrolland/ngx-distributed-shm "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |