Skip to content

Commit 3384a3b

Browse files
committed
Update README.md
1 parent 3097723 commit 3384a3b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,15 @@ A library for using Memcached as a second level distributed cache in Hibernate.
2222
```
2323

2424
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

Comments
 (0)