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 b3c4a0b commit 3edaf8dCopy full SHA for 3edaf8d
README.md
@@ -32,17 +32,6 @@ To install it, you just need to add the following Maven dependency:
32
33
If memcached authentication is required, it can be specified using "hibernate.memcached.username" and "hibernate.memcached.password"
34
35
-#Maven
36
-In order to use this library as a maven dependency, just add the following dependency to your pom (with the desired version)
37
-
38
-```xml
39
- <dependency>
40
- <groupId>com.github.mihaicostin</groupId>
41
- <artifactId>hibernate-l2-memcached</artifactId>
42
- <version>1.1.0</version>
43
- </dependency>
44
-```
45
46
47
#Versions
48
0 commit comments