We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3097723 commit 3384a3bCopy full SHA for 3384a3b
README.md
@@ -22,3 +22,15 @@ A library for using Memcached as a second level distributed cache in Hibernate.
22
```
23
24
If memcached authentication is required, it can be specified using "hibernate.memcached.username" and "hibernate.memcached.password"
25
+
26
+#Maven
27
+In order to use this librabry as a maven dependency, just add the following dependency to your pom.
28
29
+```xml
30
+ <dependency>
31
+ <groupId>com.github.mihaicostin</groupId>
32
+ <artifactId>hibernate-l2-memcached</artifactId>
33
+ <version>1.0.0</version>
34
+ </dependency>
35
+```
36
0 commit comments