Skip to content

Commit b3c4a0b

Browse files
authored
Merge pull request #4 from vladmihalcea/patch-1
Add section about how you can get the library from Maven Central
2 parents 8931e41 + b0fd5a1 commit b3c4a0b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ A library for using Memcached as a second level distributed cache in Hibernate.
99
* https://github.com/raykrueger/hibernate-memcached
1010
* https://github.com/kcarlson/hibernate-memcached
1111

12+
#Maven dependency
13+
14+
To install it, you just need to add the following Maven dependency:
15+
16+
```xml
17+
<dependency>
18+
<groupId>com.github.mihaicostin</groupId>
19+
<artifactId>hibernate-l2-memcached</artifactId>
20+
<version>5.2.1.0</version>
21+
</dependency>
22+
```
1223

1324
#Example config:
1425

0 commit comments

Comments
 (0)