License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks Data |
GroupId | GroupIdcom.github.martin-g |
ArtifactId | ArtifactIdwicket-memcached-data-store |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Wicket Memcached Page Store
An implementation of Apache Wicket's IDataStore that uses Memcached as a backend
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.martin-g/wicket-memcached-data-store/ -->
<dependency>
<groupId>com.github.martin-g</groupId>
<artifactId>wicket-memcached-data-store</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martin-g/wicket-memcached-data-store/
implementation 'com.github.martin-g:wicket-memcached-data-store:0.1.0'
// https://jarcasting.com/artifacts/com.github.martin-g/wicket-memcached-data-store/
implementation ("com.github.martin-g:wicket-memcached-data-store:0.1.0")
'com.github.martin-g:wicket-memcached-data-store:jar:0.1.0'
<dependency org="com.github.martin-g" name="wicket-memcached-data-store" rev="0.1.0">
<artifact name="wicket-memcached-data-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martin-g', module='wicket-memcached-data-store', version='0.1.0')
)
libraryDependencies += "com.github.martin-g" % "wicket-memcached-data-store" % "0.1.0"
[com.github.martin-g/wicket-memcached-data-store "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket-core | jar | 6.12.0 |
net.spy : spymemcached | jar | 2.10.2 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty.aggregate : jetty-all-server | jar | 7.6.13.v20130916 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
log4j : log4j | jar | 1.2.17 |
junit : junit | jar | 4.11 |